Show / Hide Table of Contents

Class SnapshotState

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

Constructors

View Source

SnapshotState()

Declaration
public SnapshotState()

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

AvailabilityZone

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

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

DbInstanceIdentifier

The DB Instance Identifier from which to take the snapshot.

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

DbSnapshotArn

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

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

DbSnapshotIdentifier

The Identifier for the snapshot.

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

Encrypted

Specifies whether the DB snapshot is encrypted.

Declaration
public Input<bool> Encrypted { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

Specifies the version of the database engine.

Declaration
public Input<string> EngineVersion { get; set; }
Property Value
Type Description
Input<System.String>
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 Input<int> Iops { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

KmsKeyId

The ARN for the KMS encryption key.

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

LicenseModel

License model information for the restored DB instance.

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

OptionGroupName

Provides the option group name for the DB snapshot.

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

Port

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

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 Input<string> SourceDbSnapshotIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceRegion

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

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

Status

Specifies the status of this DB snapshot.

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

StorageType

Specifies the storage type associated with DB snapshot.

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

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VpcId

Specifies the storage type associated with DB 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.