ChallengeReference
- class aws_cdk.aws_pcaconnectorscep.ChallengeReference(*, challenge_arn)
Bases:
object
A reference to a Challenge resource.
- Parameters:
challenge_arn (
str
) – The ChallengeArn of the Challenge resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep challenge_reference = pcaconnectorscep.ChallengeReference( challenge_arn="challengeArn" )
Attributes
- challenge_arn
The ChallengeArn of the Challenge resource.