Show / Hide Table of Contents

Class CfnTargetDomainMixinProps

Properties for CfnTargetDomainPropsMixin.

Inheritance
object
CfnTargetDomainMixinProps
Implements
ICfnTargetDomainMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-targetdomain.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-targetdomain.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.CfnPropertyMixins.AWS.SecurityAgent;

             var cfnTargetDomainMixinProps = new CfnTargetDomainMixinProps {
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TargetDomainName = "targetDomainName",
                 VerificationMethod = "verificationMethod"
             };

Properties

Tags

Tags for the target domain.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

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

TargetDomainName

Domain name of the target domain.

public string? TargetDomainName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-targetdomain.html#cfn-securityagent-targetdomain-targetdomainname

VerificationMethod

Verification method for the target domain.

public string? VerificationMethod { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityagent-targetdomain.html#cfn-securityagent-targetdomain-verificationmethod

Implements

ICfnTargetDomainMixinProps
Back to top Generated by DocFX