interface CfnChallengeMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.PCAConnectorSCEP.CfnChallengeMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspcaconnectorscep#CfnChallengeMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorscep.CfnChallengeMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_pcaconnectorscep.CfnChallengeMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pcaconnectorscep » 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 { aws_pcaconnectorscep as pcaconnectorscep } from '@aws-cdk/cfn-property-mixins';
const cfnChallengeMixinProps: pcaconnectorscep.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