Show / Hide Table of Contents

Class HostedZoneReference

A reference to a HostedZone resource.

Inheritance
object
HostedZoneReference
Implements
IHostedZoneReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HostedZoneReference : IHostedZoneReference
Syntax (vb)
Public Class HostedZoneReference Implements IHostedZoneReference
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.Interfaces.Route53;

            var hostedZoneReference = new HostedZoneReference {
                HostedZoneId = "hostedZoneId"
            };

Synopsis

Constructors

HostedZoneReference()

A reference to a HostedZone resource.

Properties

HostedZoneId

The Id of the HostedZone resource.

Constructors

HostedZoneReference()

A reference to a HostedZone resource.

public HostedZoneReference()
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.Interfaces.Route53;

            var hostedZoneReference = new HostedZoneReference {
                HostedZoneId = "hostedZoneId"
            };

Properties

HostedZoneId

The Id of the HostedZone resource.

public string HostedZoneId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IHostedZoneReference
Back to top Generated by DocFX