Show / Hide Table of Contents

Class ClusterSnapshotState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterSnapshotState
Inherited Members
ResourceArgs.Empty
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 Source

ClusterSnapshotState()

Declaration
public ClusterSnapshotState()

Properties

View Source

AvailabilityZones

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>
View Source

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>
View Source

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>
View Source

DbClusterSnapshotIdentifier

The Identifier for the snapshot.

Declaration
public Input<string> DbClusterSnapshotIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Engine

Specifies the name of the database engine.

Declaration
public Input<string> Engine { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

SnapshotType

Declaration
public Input<string> SnapshotType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceDbClusterSnapshotArn

Declaration
public Input<string> SourceDbClusterSnapshotArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

The status of this DocDB Cluster Snapshot.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageEncrypted

Specifies whether the DocDB cluster snapshot is encrypted.

Declaration
public Input<bool> StorageEncrypted { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

VpcId

The VPC ID associated with the DocDB cluster snapshot.

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.