Show / Hide Table of Contents

Class DatabaseArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DatabaseArgs : ResourceArgs

Constructors

View Source

DatabaseArgs()

Declaration
public DatabaseArgs()

Properties

View Source

Bucket

Name of s3 bucket to save the results of the query execution.

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

EncryptionConfiguration

The encryption key block AWS Athena uses to decrypt the data in S3, such as an AWS Key Management Service (AWS KMS) key. An encryption_configuration block is documented below.

Declaration
public Input<DatabaseEncryptionConfigurationArgs> EncryptionConfiguration { get; set; }
Property Value
Type Description
Input<DatabaseEncryptionConfigurationArgs>
View Source

ForceDestroy

A boolean that indicates all tables should be deleted from the database so that the database can be destroyed without error. The tables are not recoverable.

Declaration
public Input<bool> ForceDestroy { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

Name of the database to create.

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