Show / Hide Table of Contents

Class EncryptionAtRestState

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

Constructors

View Source

EncryptionAtRestState()

Declaration
public EncryptionAtRestState()

Properties

View Source

AwsKms

Specifies AWS KMS configuration details and whether Encryption at Rest is enabled for an Atlas project.

Declaration
public Input<EncryptionAtRestAwsKmsGetArgs> AwsKms { get; set; }
Property Value
Type Description
Input<EncryptionAtRestAwsKmsGetArgs>
View Source

AzureKeyVault

Specifies Azure Key Vault configuration details and whether Encryption at Rest is enabled for an Atlas project.

Declaration
public Input<EncryptionAtRestAzureKeyVaultGetArgs> AzureKeyVault { get; set; }
Property Value
Type Description
Input<EncryptionAtRestAzureKeyVaultGetArgs>
View Source

GoogleCloudKms

Specifies GCP KMS configuration details and whether Encryption at Rest is enabled for an Atlas project.

Declaration
public Input<EncryptionAtRestGoogleCloudKmsGetArgs> GoogleCloudKms { get; set; }
Property Value
Type Description
Input<EncryptionAtRestGoogleCloudKmsGetArgs>
View Source

ProjectId

The unique identifier for the project.

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