Show / Hide Table of Contents

Class EncryptionAtRestGoogleCloudKms

Inheritance
System.Object
EncryptionAtRestGoogleCloudKms
Inherited Members
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.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class EncryptionAtRestGoogleCloudKms

Fields

View Source

Enabled

Specifies whether Encryption at Rest is enabled for an Atlas project. To disable Encryption at Rest, pass only this parameter with a value of false. When you disable Encryption at Rest, Atlas also removes the configuration details.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

KeyVersionResourceId

The Key Version Resource ID from your GCP account.

Declaration
public readonly string KeyVersionResourceId
Field Value
Type Description
System.String
View Source

ServiceAccountKey

String-formatted JSON object containing GCP KMS credentials from your GCP account.

Declaration
public readonly string ServiceAccountKey
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.