Show / Hide Table of Contents

Interface ICfnChallengeProps

Properties for defining a CfnChallenge.

Namespace: Amazon.CDK.AWS.PCAConnectorSCEP
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnChallengeProps
Syntax (vb)
Public Interface ICfnChallengeProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.PCAConnectorSCEP;

             var cfnChallengeProps = new CfnChallengeProps {
                 ConnectorArn = "connectorArn",

                 // the properties below are optional
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             };

Synopsis

Properties

ConnectorArn

The Amazon Resource Name (ARN) of the connector.

Tags

Properties for defining a CfnChallenge.

Properties

ConnectorArn

The Amazon Resource Name (ARN) of the connector.

string ConnectorArn { get; }
Property Value

string

Remarks

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

Tags

Properties for defining a CfnChallenge.

IDictionary<string, string>? Tags { get; }
Property Value

IDictionary<string, string>

Remarks

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

Back to top Generated by DocFX