Show / Hide Table of Contents

Class CloudProviderSnapshotArgs

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

Constructors

View Source

CloudProviderSnapshotArgs()

Declaration
public CloudProviderSnapshotArgs()

Properties

View Source

ClusterName

The name of the Atlas cluster that contains the snapshots you want to retrieve.

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

Description

Description of the on-demand snapshot.

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

ProjectId

The unique identifier of the project for the Atlas cluster.

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

RetentionInDays

The number of days that Atlas should retain the on-demand snapshot. Must be at least 1.

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