AWS::PCAConnectorSCEP::ChallengeFor 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 { CfnChallenge } from 'aws-cdk-lib/aws-pcaconnectorscep';Or use the module namespace:
import * as pcaconnectorscep from 'aws-cdk-lib/aws-pcaconnectorscep';
// pcaconnectorscep.CfnChallengeConfiguration passed to the constructor as CfnChallengeProps.
connectorArnRequiredstringThe Amazon Resource Name (ARN) of the connector.
tagsOptional{ [key: string]: string }This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pcaconnectorscepAWS::PCAConnectorSCEP::Challenge