Class CfnPlan.NeptuneUngracefulProperty
Implements
Inherited Members
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
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
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; }