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
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 |
Properties
ConnectorArn
The Amazon Resource Name (ARN) of the connector.
string ConnectorArn { get; }
Property Value
Remarks
Tags
Properties for defining a CfnChallenge.
IDictionary<string, string>? Tags { get; }