Class EncryptionAtRestState
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class EncryptionAtRestState : ResourceArgs
Constructors
View SourceEncryptionAtRestState()
Declaration
public EncryptionAtRestState()
Properties
View SourceAwsKms
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> |
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> |
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> |
ProjectId
The unique identifier for the project.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |