Show / Hide Table of Contents

Class CfnHostedZone.HostedZoneConfigProperty

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

Inheritance
System.Object
CfnHostedZone.HostedZoneConfigProperty
Implements
CfnHostedZone.IHostedZoneConfigProperty
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.AWS.Route53.dll
Syntax (csharp)
public class HostedZoneConfigProperty : Object, CfnHostedZone.IHostedZoneConfigProperty
Syntax (vb)
Public Class HostedZoneConfigProperty
    Inherits Object
    Implements CfnHostedZone.IHostedZoneConfigProperty
Remarks

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

Link: 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()

Properties

Comment

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

Constructors

HostedZoneConfigProperty()

public HostedZoneConfigProperty()

Properties

Comment

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

public string Comment { get; set; }
Property Value

System.String

Remarks

Link: 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