Class CfnDNSSECMixinProps
Properties for CfnDNSSECPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Route53
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDNSSECMixinProps : ICfnDNSSECMixinProps
Syntax (vb)
Public Class CfnDNSSECMixinProps Implements ICfnDNSSECMixinProps
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.CfnPropertyMixins.AWS.Route53;
var cfnDNSSECMixinProps = new CfnDNSSECMixinProps {
HostedZoneId = "hostedZoneId"
};
Synopsis
Constructors
| CfnDNSSECMixinProps() | Properties for CfnDNSSECPropsMixin. |
Properties
| HostedZoneId | A unique string (ID) that is used to identify a hosted zone. |
Constructors
CfnDNSSECMixinProps()
Properties for CfnDNSSECPropsMixin.
public CfnDNSSECMixinProps()
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.CfnPropertyMixins.AWS.Route53;
var cfnDNSSECMixinProps = new CfnDNSSECMixinProps {
HostedZoneId = "hostedZoneId"
};
Properties
HostedZoneId
A unique string (ID) that is used to identify a hosted zone.
public string? HostedZoneId { get; set; }
Property Value
Remarks
For example: Z00001111A1ABCaaABC11 .