Class WorkgroupConfigurationResultConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkgroupConfigurationResultConfigurationArgs : ResourceArgs
Constructors
View SourceWorkgroupConfigurationResultConfigurationArgs()
Declaration
public WorkgroupConfigurationResultConfigurationArgs()
Properties
View SourceEncryptionConfiguration
Configuration block with encryption settings. Documented below.
Declaration
public Input<WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs> EncryptionConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WorkgroupConfigurationResultConfigurationEncryptionConfigurationArgs> |
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> |