Class EncryptionAtRestArgs
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 EncryptionAtRestArgs : ResourceArgs
Constructors
View SourceEncryptionAtRestArgs()
Declaration
public EncryptionAtRestArgs()
Properties
View SourceAwsKms
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> |
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> |
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> |
ProjectId
The unique identifier for the project.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |