Class SnapshotArgs
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 SnapshotArgs : ResourceArgs
Constructors
View SourceSnapshotArgs()
Declaration
public SnapshotArgs()
Properties
View SourceDbInstanceIdentifier
The DB Instance Identifier from which to take the snapshot.
Declaration
public Input<string> DbInstanceIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbSnapshotIdentifier
The Identifier for the snapshot.
Declaration
public Input<string> DbSnapshotIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |