Interface IDNSSECReference
A reference to a DNSSEC resource.
Namespace: Amazon.CDK.Interfaces.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDNSSECReference
Syntax (vb)
Public Interface IDNSSECReference
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 dNSSECReference = new DNSSECReference {
HostedZoneId = "hostedZoneId"
};
Synopsis
Properties
| HostedZoneId | The HostedZoneId of the DNSSEC resource. |
Properties
HostedZoneId
The HostedZoneId of the DNSSEC resource.
string HostedZoneId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated