Class ClusterSnapshotState
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 ClusterSnapshotState : ResourceArgs
Constructors
View SourceClusterSnapshotState()
Declaration
public ClusterSnapshotState()
Properties
View SourceAvailabilityZones
List of EC2 Availability Zones that instances in the DocDB cluster snapshot can be restored in.
Declaration
public InputList<string> AvailabilityZones { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DbClusterIdentifier
The DocDB Cluster Identifier from which to take the snapshot.
Declaration
public Input<string> DbClusterIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbClusterSnapshotArn
The Amazon Resource Name (ARN) for the DocDB Cluster Snapshot.
Declaration
public Input<string> DbClusterSnapshotArn { 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> |
Engine
Specifies the name of the database engine.
Declaration
public Input<string> Engine { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EngineVersion
Version of the database engine for this DocDB cluster snapshot.
Declaration
public Input<string> EngineVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKeyId
If storage_encrypted is true, the AWS KMS key identifier for the encrypted DocDB cluster snapshot.
Declaration
public Input<string> KmsKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Port that the DocDB cluster was listening on at the time of the snapshot.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SnapshotType
Declaration
public Input<string> SnapshotType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceDbClusterSnapshotArn
Declaration
public Input<string> SourceDbClusterSnapshotArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of this DocDB Cluster Snapshot.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageEncrypted
Specifies whether the DocDB cluster snapshot is encrypted.
Declaration
public Input<bool> StorageEncrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
VpcId
The VPC ID associated with the DocDB cluster snapshot.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |