interface ChallengeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_pcaconnectorscep.ChallengeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorscep#ChallengeReference |
Java | software.amazon.awscdk.services.pcaconnectorscep.ChallengeReference |
Python | aws_cdk.aws_pcaconnectorscep.ChallengeReference |
TypeScript | aws-cdk-lib » aws_pcaconnectorscep » ChallengeReference |
A reference to a Challenge resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorscep as pcaconnectorscep } from 'aws-cdk-lib';
const challengeReference: pcaconnectorscep.ChallengeReference = {
challengeArn: 'challengeArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| challenge | string | The ChallengeArn of the Challenge resource. |
challengeArn
Type:
string
The ChallengeArn of the Challenge resource.

.NET
Go
Java
Python
TypeScript