NamedQuery

class NamedQuery : KotlinCustomResource

Resource schema for AWS::Athena::NamedQuery

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val database: Output<String>

The database to which the query belongs.

Link copied to clipboard
val description: Output<String>?

The query description.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The query name.

Link copied to clipboard
val namedQueryId: Output<String>

The unique ID of the query.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queryString: Output<String>

The contents of the query with all query statements.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val workGroup: Output<String>?

The name of the workgroup that contains the named query.