Class ClusterSnapshotArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DocDB
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterSnapshotArgs : ResourceArgs
Constructors
View SourceClusterSnapshotArgs()
Declaration
public ClusterSnapshotArgs()
Properties
View SourceDbClusterIdentifier
The DocDB Cluster Identifier from which to take the snapshot.
Declaration
public Input<string> DbClusterIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbClusterSnapshotIdentifier
The Identifier for the snapshot.
Declaration
public Input<string> DbClusterSnapshotIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |