CfnChallengeMixinProps

class aws_cdk.mixins_preview.aws_pcaconnectorscep.mixins.CfnChallengeMixinProps(*, connector_arn=None, tags=None)

Bases: object

Properties for CfnChallengePropsMixin.

Parameters:
  • connector_arn (Optional[str]) – The Amazon Resource Name (ARN) of the connector.

  • tags (Optional[Mapping[str, str]])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html#cfn-pcaconnectorscep-challenge-connectorarn

tags

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html#cfn-pcaconnectorscep-challenge-tags

Type:

see