CfnChallengeProps

class aws_cdk.aws_pcaconnectorscep.CfnChallengeProps(*, connector_arn, tags=None)

Bases: object

Properties for defining a CfnChallenge.

Parameters:
  • connector_arn (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 import aws_pcaconnectorscep as pcaconnectorscep

cfn_challenge_props = pcaconnectorscep.CfnChallengeProps(
    connector_arn="connectorArn",

    # the properties below are optional
    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