Show / Hide Table of Contents

Class ClusterSnapshotArgs

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

Constructors

View Source

ClusterSnapshotArgs()

Declaration
public ClusterSnapshotArgs()

Properties

View Source

DbClusterIdentifier

The DocDB Cluster Identifier from which to take the snapshot.

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

DbClusterSnapshotIdentifier

The Identifier for the snapshot.

Declaration
public Input<string> DbClusterSnapshotIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.