Show / Hide Table of Contents

Class EncryptionAtRestArgs

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

Constructors

View Source

EncryptionAtRestArgs()

Declaration
public EncryptionAtRestArgs()

Properties

View Source

AwsKms

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

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

AzureKeyVault

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

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

GoogleCloudKms

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

Declaration
public Input<EncryptionAtRestGoogleCloudKmsArgs> GoogleCloudKms { get; set; }
Property Value
Type Description
Input<EncryptionAtRestGoogleCloudKmsArgs>
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.