interface CfnChallengeProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_pcaconnectorscep.CfnChallengeProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorscep#CfnChallengeProps |
Java | software.amazon.awscdk.services.pcaconnectorscep.CfnChallengeProps |
Python | aws_cdk.aws_pcaconnectorscep.CfnChallengeProps |
TypeScript | aws-cdk-lib » aws_pcaconnectorscep » CfnChallengeProps |
Properties for defining a CfnChallenge
.
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 cfnChallengeProps: pcaconnectorscep.CfnChallengeProps = {
connectorArn: 'connectorArn',
// the properties below are optional
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
connector | string | The Amazon Resource Name (ARN) of the connector. |
tags? | { [string]: string } |
connectorArn
Type:
string
The Amazon Resource Name (ARN) of the connector.
tags?
Type:
{ [string]: string }
(optional)