Show / Hide Table of Contents

Class CfnHostedZone.HostedZoneConfigProperty

A complex type that contains an optional comment about your hosted zone.

Inheritance
object
CfnHostedZone.HostedZoneConfigProperty
Implements
CfnHostedZone.IHostedZoneConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHostedZone.HostedZoneConfigProperty : CfnHostedZone.IHostedZoneConfigProperty
Syntax (vb)
Public Class CfnHostedZone.HostedZoneConfigProperty Implements CfnHostedZone.IHostedZoneConfigProperty
Remarks

If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.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.Route53;

             var hostedZoneConfigProperty = new HostedZoneConfigProperty {
                 Comment = "comment"
             };

Synopsis

Constructors

HostedZoneConfigProperty()

A complex type that contains an optional comment about your hosted zone.

Properties

Comment

Any comments that you want to include about the hosted zone.

Constructors

HostedZoneConfigProperty()

A complex type that contains an optional comment about your hosted zone.

public HostedZoneConfigProperty()
Remarks

If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.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.Route53;

             var hostedZoneConfigProperty = new HostedZoneConfigProperty {
                 Comment = "comment"
             };

Properties

Comment

Any comments that you want to include about the hosted zone.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzoneconfig.html#cfn-route53-hostedzone-hostedzoneconfig-comment

Implements

CfnHostedZone.IHostedZoneConfigProperty
Back to top Generated by DocFX