Class CfnTargetDomainMixinProps
Properties for CfnTargetDomainPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityAgent
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTargetDomainMixinProps : ICfnTargetDomainMixinProps
Syntax (vb)
Public Class CfnTargetDomainMixinProps Implements ICfnTargetDomainMixinProps
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.CfnPropertyMixins.AWS.SecurityAgent;
var cfnTargetDomainMixinProps = new CfnTargetDomainMixinProps {
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TargetDomainName = "targetDomainName",
VerificationMethod = "verificationMethod"
};
Synopsis
Constructors
| CfnTargetDomainMixinProps() | Properties for CfnTargetDomainPropsMixin. |
Properties
| Tags | Tags for the target domain. |
| TargetDomainName | Domain name of the target domain. |
| VerificationMethod | Verification method for the target domain. |
Constructors
CfnTargetDomainMixinProps()
Properties for CfnTargetDomainPropsMixin.
public CfnTargetDomainMixinProps()
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.CfnPropertyMixins.AWS.SecurityAgent;
var cfnTargetDomainMixinProps = new CfnTargetDomainMixinProps {
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TargetDomainName = "targetDomainName",
VerificationMethod = "verificationMethod"
};
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; }