Show / Hide Table of Contents

Class DatabaseEncryptionConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseEncryptionConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

DatabaseEncryptionConfigurationArgs()

Declaration
public DatabaseEncryptionConfigurationArgs()

Properties

View Source

EncryptionOption

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>
View Source

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