Show / Hide Table of Contents

Class WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs
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 WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs : ResourceArgs

Constructors

View Source

WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs()

Declaration
public WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs()

Properties

View Source

EncryptionOption

Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3), server-side encryption with KMS-managed keys (SSE_KMS), or client-side encryption with KMS-managed keys (CSE_KMS) is used. If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.

Declaration
public Input<string> EncryptionOption { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KmsKeyArn

For SSE_KMS and CSE_KMS, this is the KMS key Amazon Resource Name (ARN).

Declaration
public Input<string> KmsKeyArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.