Show / Hide Table of Contents

Class CfnHostedZone.HostedZoneFeaturesProperty

Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.

Inheritance
object
CfnHostedZone.HostedZoneFeaturesProperty
Implements
CfnHostedZone.IHostedZoneFeaturesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHostedZone.HostedZoneFeaturesProperty : CfnHostedZone.IHostedZoneFeaturesProperty
Syntax (vb)
Public Class CfnHostedZone.HostedZoneFeaturesProperty Implements CfnHostedZone.IHostedZoneFeaturesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonefeatures.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 hostedZoneFeaturesProperty = new HostedZoneFeaturesProperty {
                 EnableAcceleratedRecovery = false
             };

Synopsis

Constructors

HostedZoneFeaturesProperty()

Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.

Properties

EnableAcceleratedRecovery

Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.

Constructors

HostedZoneFeaturesProperty()

Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.

public HostedZoneFeaturesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonefeatures.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 hostedZoneFeaturesProperty = new HostedZoneFeaturesProperty {
                 EnableAcceleratedRecovery = false
             };

Properties

EnableAcceleratedRecovery

Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.

public object? EnableAcceleratedRecovery { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-hostedzonefeatures.html#cfn-route53-hostedzone-hostedzonefeatures-enableacceleratedrecovery

Type union: either bool or IResolvable

Implements

CfnHostedZone.IHostedZoneFeaturesProperty
Back to top Generated by DocFX