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.Neptune
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterSnapshotState : ResourceArgs

Constructors

View Source

ClusterSnapshotState()

Declaration
public ClusterSnapshotState()

Properties

View Source

AllocatedStorage

Specifies the allocated storage size in gigabytes (GB).

Declaration
public Input<int> AllocatedStorage { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

AvailabilityZones

List of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.

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

DbClusterIdentifier

The DB 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 DB 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 DB 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 DB cluster snapshot.

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

LicenseModel

License model information for the restored DB cluster.

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

Port

Port that the DB 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 DB Cluster Snapshot.

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

StorageEncrypted

Specifies whether the DB 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 DB 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.