Class DatabaseEncryptionConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DatabaseEncryptionConfigurationArgs : ResourceArgs
Constructors
View SourceDatabaseEncryptionConfigurationArgs()
Declaration
public DatabaseEncryptionConfigurationArgs()
Properties
View SourceEncryptionOption
The type of key; one of SSE_S3, SSE_KMS, CSE_KMS
Declaration
public Input<string> EncryptionOption { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKey
The KMS key ARN or ID; required for key types SSE_KMS and CSE_KMS.
Declaration
public Input<string> KmsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |