Class DatabaseState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DatabaseState : ResourceArgs
Constructors
View SourceDatabaseState()
Declaration
public DatabaseState()
Properties
View SourceBucket
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> |
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<DatabaseEncryptionConfigurationGetArgs> EncryptionConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DatabaseEncryptionConfigurationGetArgs> |
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> |
Name
Name of the database to create.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |