Interface ICfnDNSSECProps
Properties for defining a CfnDNSSEC
.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnDNSSECProps
Syntax (vb)
Public Interface ICfnDNSSECProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-dnssec.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 cfnDNSSECProps = new CfnDNSSECProps {
HostedZoneId = "hostedZoneId"
};
Synopsis
Properties
Hosted |
A unique string (ID) that is used to identify a hosted zone. |
Properties
HostedZoneId
A unique string (ID) that is used to identify a hosted zone.
string HostedZoneId { get; }
Property Value
System.
Remarks
For example: Z00001111A1ABCaaABC11
.