Show / Hide Table of Contents

Class SnapshotArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SnapshotArgs
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 SnapshotArgs : ResourceArgs

Constructors

View Source

SnapshotArgs()

Declaration
public SnapshotArgs()

Properties

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

DbSnapshotIdentifier

The Identifier for the snapshot.

Declaration
public Input<string> DbSnapshotIdentifier { 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
Back to top Copyright 2016-2020, Pulumi Corporation.