Class HostedZoneReference
A reference to a HostedZone resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated