Show / Hide Table of Contents

Class WorkgroupConfigurationResultConfigurationArgs

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

Constructors

View Source

WorkgroupConfigurationResultConfigurationArgs()

Declaration
public WorkgroupConfigurationResultConfigurationArgs()

Properties

View Source

EncryptionConfiguration

Configuration block with encryption settings. Documented below.

Declaration
public Input<WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs> EncryptionConfiguration { get; set; }
Property Value
Type Description
Input<WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs>
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 Input<string> OutputLocation { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.