interface CfnChallengeMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.PCAConnectorSCEP.Mixins.CfnChallengeMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awspcaconnectorscep/mixins#CfnChallengeMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.pcaconnectorscep.mixins.CfnChallengeMixinProps |
Python | aws_cdk.mixins_preview.aws_pcaconnectorscep.mixins.CfnChallengeMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_pcaconnectorscep » mixins » CfnChallengeMixinProps |
Properties for CfnChallengePropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as pcaconnectorscep_mixins } from '@aws-cdk/mixins-preview/aws-pcaconnectorscep';
const cfnChallengeMixinProps: pcaconnectorscep_mixins.CfnChallengeMixinProps = {
connectorArn: 'connectorArn',
tags: {
tagsKey: 'tags',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| connector | string | The Amazon Resource Name (ARN) of the connector. |
| tags? | { [string]: string } |
connectorArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the connector.
tags?
Type:
{ [string]: string }
(optional)

.NET
Go
Java
Python
TypeScript