Show / Hide Table of Contents

Class CfnDNSSECMixinProps

Properties for CfnDNSSECPropsMixin.

Inheritance
object
CfnDNSSECMixinProps
Implements
ICfnDNSSECMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

For example: Z00001111A1ABCaaABC11 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-dnssec.html#cfn-route53-dnssec-hostedzoneid

Implements

ICfnDNSSECMixinProps
Back to top Generated by DocFX