Show / Hide Table of Contents

Class CfnHostedZone.HostedZoneTagProperty

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

Inheritance
object
CfnHostedZone.HostedZoneTagProperty
Implements
CfnHostedZone.IHostedZoneTagProperty
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.HostedZoneTagProperty : CfnHostedZone.IHostedZoneTagProperty
Syntax (vb)
Public Class CfnHostedZone.HostedZoneTagProperty Implements CfnHostedZone.IHostedZoneTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonetag.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 hostedZoneTagProperty = new HostedZoneTagProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

HostedZoneTagProperty()

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

Properties

Key

The value of Key depends on the operation that you want to perform:.

Value

The value of Value depends on the operation that you want to perform:.

Constructors

HostedZoneTagProperty()

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

public HostedZoneTagProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonetag.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 hostedZoneTagProperty = new HostedZoneTagProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The value of Key depends on the operation that you want to perform:.

public string Key { get; set; }
Property Value

string

Remarks

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

    Value

    The value of Value depends on the operation that you want to perform:.

    public string Value { get; set; }
    Property Value

    string

    Remarks

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

      Implements

      CfnHostedZone.IHostedZoneTagProperty
      Back to top Generated by DocFX