Show / Hide Table of Contents

Class GetClusterSnapshotResult

Inheritance
System.Object
GetClusterSnapshotResult
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.Rds
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterSnapshotResult

Fields

View Source

AllocatedStorage

Specifies the allocated storage size in gigabytes (GB).

Declaration
public readonly int AllocatedStorage
Field Value
Type Description
System.Int32
View Source

AvailabilityZones

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

Declaration
public readonly ImmutableArray<string> AvailabilityZones
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DbClusterIdentifier

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

Declaration
public readonly string DbClusterIdentifier
Field Value
Type Description
System.String
View Source

DbClusterSnapshotArn

The Amazon Resource Name (ARN) for the DB Cluster Snapshot.

Declaration
public readonly string DbClusterSnapshotArn
Field Value
Type Description
System.String
View Source

DbClusterSnapshotIdentifier

Declaration
public readonly string DbClusterSnapshotIdentifier
Field Value
Type Description
System.String
View Source

Engine

Specifies the name of the database engine.

Declaration
public readonly string Engine
Field Value
Type Description
System.String
View Source

EngineVersion

Version of the database engine for this DB cluster snapshot.

Declaration
public readonly string EngineVersion
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IncludePublic

Declaration
public readonly bool? IncludePublic
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IncludeShared

Declaration
public readonly bool? IncludeShared
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

KmsKeyId

If storage_encrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

LicenseModel

License model information for the restored DB cluster.

Declaration
public readonly string LicenseModel
Field Value
Type Description
System.String
View Source

MostRecent

Declaration
public readonly bool? MostRecent
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Port

Port that the DB cluster was listening on at the time of the snapshot.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

SnapshotCreateTime

Time when the snapshot was taken, in Universal Coordinated Time (UTC).

Declaration
public readonly string SnapshotCreateTime
Field Value
Type Description
System.String
View Source

SnapshotType

Declaration
public readonly string SnapshotType
Field Value
Type Description
System.String
View Source

SourceDbClusterSnapshotArn

Declaration
public readonly string SourceDbClusterSnapshotArn
Field Value
Type Description
System.String
View Source

Status

The status of this DB Cluster Snapshot.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

StorageEncrypted

Specifies whether the DB cluster snapshot is encrypted.

Declaration
public readonly bool StorageEncrypted
Field Value
Type Description
System.Boolean
View Source

Tags

A map of tags for the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

The VPC ID associated with the DB cluster snapshot.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.