Show / Hide Table of Contents

Class WorkgroupConfigurationResultConfiguration

Inheritance
System.Object
WorkgroupConfigurationResultConfiguration
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 WorkgroupConfigurationResultConfiguration

Fields

View Source

EncryptionConfiguration

Configuration block with encryption settings. Documented below.

Declaration
public readonly WorkgroupConfigurationResultConfigurationEncryptionConfiguration EncryptionConfiguration
Field Value
Type Description
WorkgroupConfigurationResultConfigurationEncryptionConfiguration
View Source

OutputLocation

The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/. For more information, see Queries and Query Result Files.

Declaration
public readonly string OutputLocation
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.