CfnChallengeMixinProps
- class aws_cdk.mixins_preview.aws_pcaconnectorscep.mixins.CfnChallengeMixinProps(*, connector_arn=None, tags=None)
Bases:
objectProperties for CfnChallengePropsMixin.
- Parameters:
connector_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the connector.tags (
Optional[Mapping[str,str]])
- See:
- 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.mixins_preview.aws_pcaconnectorscep import mixins as pcaconnectorscep_mixins cfn_challenge_mixin_props = pcaconnectorscep_mixins.CfnChallengeMixinProps( connector_arn="connectorArn", tags={ "tags_key": "tags" } )
Attributes
- connector_arn
The Amazon Resource Name (ARN) of the connector.