Class CfnHostedZone.HostedZoneFeaturesProperty
Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.
Implements
Inherited Members
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
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
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; }