Show / Hide Table of Contents

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 Source

EncryptionOption

The type of key; one of SSE_S3, SSE_KMS, CSE_KMS

Declaration
public readonly string EncryptionOption
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.