Class EncryptionAtRestGoogleCloudKmsArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class EncryptionAtRestGoogleCloudKmsArgs : ResourceArgs
Constructors
View SourceEncryptionAtRestGoogleCloudKmsArgs()
Declaration
public EncryptionAtRestGoogleCloudKmsArgs()
Properties
View SourceEnabled
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 Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KeyVersionResourceId
The Key Version Resource ID from your GCP account.
Declaration
public Input<string> KeyVersionResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccountKey
String-formatted JSON object containing GCP KMS credentials from your GCP account.
Declaration
public Input<string> ServiceAccountKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |