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.
Implements
Inherited Members
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
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 |
| Value | The value of |
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
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
Remarks
Value
The value of Value depends on the operation that you want to perform:.
public string Value { get; set; }