Class CfnTargetDomainProps
Properties for defining a CfnTargetDomain.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SecurityAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTargetDomainProps : ICfnTargetDomainProps
Syntax (vb)
Public Class CfnTargetDomainProps Implements ICfnTargetDomainProps
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.SecurityAgent;
var cfnTargetDomainProps = new CfnTargetDomainProps {
TargetDomainName = "targetDomainName",
VerificationMethod = "verificationMethod",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnTargetDomainProps() | Properties for defining a |
Properties
| Tags | Tags for the target domain. |
| TargetDomainName | Domain name of the target domain. |
| VerificationMethod | Verification method for the target domain. |
Constructors
CfnTargetDomainProps()
Properties for defining a CfnTargetDomain.
public CfnTargetDomainProps()
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.SecurityAgent;
var cfnTargetDomainProps = new CfnTargetDomainProps {
TargetDomainName = "targetDomainName",
VerificationMethod = "verificationMethod",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Tags
TargetDomainName
Domain name of the target domain.
public string TargetDomainName { get; set; }
Property Value
Remarks
VerificationMethod
Verification method for the target domain.
public string VerificationMethod { get; set; }