Show / Hide Table of Contents

Class GetSnapshotResult

Inheritance
System.Object
GetSnapshotResult
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 GetSnapshotResult

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

AvailabilityZone

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

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

DbInstanceIdentifier

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

DbSnapshotArn

The Amazon Resource Name (ARN) for the DB snapshot.

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

DbSnapshotIdentifier

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

Encrypted

Specifies whether the DB snapshot is encrypted.

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

Engine

Specifies the name of the database engine.

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

EngineVersion

Specifies the version of the database engine.

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

Iops

Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

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

KmsKeyId

The ARN for the KMS encryption key.

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

LicenseModel

License model information for the restored DB instance.

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

OptionGroupName

Provides the option group name for the DB snapshot.

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

Port

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

SnapshotCreateTime

Provides the 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

SourceDbSnapshotIdentifier

The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

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

SourceRegion

The region that the DB snapshot was created in or copied from.

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

Status

Specifies the status of this DB snapshot.

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

StorageType

Specifies the storage type associated with DB snapshot.

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

VpcId

Specifies the ID of the VPC associated with the DB snapshot.

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