Class DatabaseEncryptionConfiguration
Inheritance
System.Object
DatabaseEncryptionConfiguration
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.Aws.Athena.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DatabaseEncryptionConfiguration
Fields
View SourceEncryptionOption
The type of key; one of SSE_S3, SSE_KMS, CSE_KMS
Declaration
public readonly string EncryptionOption
Field Value
| Type | Description |
|---|---|
| System.String |
KmsKey
The KMS key ARN or ID; required for key types SSE_KMS and CSE_KMS.
Declaration
public readonly string KmsKey
Field Value
| Type | Description |
|---|---|
| System.String |