AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCAConnectorSCEP::Challenge

CfnChallenge

For general-purpose connectors. Creates a *challenge password* for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call [ListConnectors](https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_ListConnectors.html) . To create additional challenge passwords for the connector, call `CreateChallenge` again. We recommend frequently rotating your challenge passwords.

Import

import { CfnChallenge } from 'aws-cdk-lib/aws-pcaconnectorscep';

Or use the module namespace:

import * as pcaconnectorscep from 'aws-cdk-lib/aws-pcaconnectorscep';
// pcaconnectorscep.CfnChallenge

Properties

Configuration passed to the constructor as CfnChallengeProps.

connectorArnRequired
string

The Amazon Resource Name (ARN) of the connector.

tagsOptional
{ [key: string]: string }

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-pcaconnectorscep
CFN TypeAWS::PCAConnectorSCEP::Challenge
Properties2

Related Constructs

External Links