Interface ICfnClusterProps
Properties for defining a CfnCluster
.
Namespace: Amazon.CDK.AwsDsql
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnClusterProps
Syntax (vb)
Public Interface ICfnClusterProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dsql-cluster.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_dsql;
var cfnClusterProps = new CfnClusterProps {
DeletionProtectionEnabled = false,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Deletion |
Whether deletion protection is enabled in this cluster. |
Tags |
Properties
DeletionProtectionEnabled
Whether deletion protection is enabled in this cluster.
virtual object DeletionProtectionEnabled { get; }
Property Value
System.