Show / Hide Table of Contents

Class CfnPlan.NeptuneUngracefulProperty

Inheritance
object
CfnPlan.NeptuneUngracefulProperty
Implements
CfnPlan.INeptuneUngracefulProperty
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.ARCRegionSwitch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlan.NeptuneUngracefulProperty : CfnPlan.INeptuneUngracefulProperty
Syntax (vb)
Public Class CfnPlan.NeptuneUngracefulProperty Implements CfnPlan.INeptuneUngracefulProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-neptuneungraceful.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.ARCRegionSwitch;

             var neptuneUngracefulProperty = new NeptuneUngracefulProperty {
                 Ungraceful = "ungraceful"
             };

Synopsis

Constructors

NeptuneUngracefulProperty()

Properties

Ungraceful

Constructors

NeptuneUngracefulProperty()

public NeptuneUngracefulProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-neptuneungraceful.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.ARCRegionSwitch;

             var neptuneUngracefulProperty = new NeptuneUngracefulProperty {
                 Ungraceful = "ungraceful"
             };

Properties

Ungraceful

public string? Ungraceful { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-neptuneungraceful.html#cfn-arcregionswitch-plan-neptuneungraceful-ungraceful

Implements

CfnPlan.INeptuneUngracefulProperty
Back to top Generated by DocFX