Show / Hide Table of Contents

Class CfnNamedQuery

A CloudFormation AWS::Athena::NamedQuery.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html AWS::Athena::NamedQuery

Synopsis

Constructors

constructor(scope, id, props)

Create a new AWS::Athena::NamedQuery.

Properties

attrNamedQueryId

NamedQueryId

cfnProperties
database

AWS::Athena::NamedQuery.Database.

description

AWS::Athena::NamedQuery.Description.

name

AWS::Athena::NamedQuery.Name.

queryString

AWS::Athena::NamedQuery.QueryString.

workGroup

AWS::Athena::NamedQuery.WorkGroup.

Methods

inspect(inspector)

(experimental) Examines the CloudFormation resource and discloses attributes.

renderProperties(props)

Constructors

constructor(scope, id, props)

Create a new AWS::Athena::NamedQuery.

Declaration
constructor(scope: cdk.Construct, id: string, props: CfnNamedQueryProps);
Parameters
scope cdk.Construct

scope in which this resource is defined.

id string

scoped id of the resource.

props CfnNamedQueryProps

resource properties.

Properties

attrNamedQueryId

NamedQueryId

Declaration
readonly attrNamedQueryId: string;
Property Value

string

cfnProperties

Declaration
protected readonly cfnProperties:
Property Value

{ [key: string]: any; }

database

AWS::Athena::NamedQuery.Database.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-database

Declaration
database: string;
Property Value

string

description

AWS::Athena::NamedQuery.Description.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-description

Declaration
description: string | undefined;
Property Value

string | undefined

name

AWS::Athena::NamedQuery.Name.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-name

Declaration
name: string | undefined;
Property Value

string | undefined

queryString

AWS::Athena::NamedQuery.QueryString.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-querystring

Declaration
queryString: string;
Property Value

string

workGroup

AWS::Athena::NamedQuery.WorkGroup.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-namedquery.html#cfn-athena-namedquery-workgroup

Declaration
workGroup: string | undefined;
Property Value

string | undefined

Methods

inspect(inspector)

(experimental) Examines the CloudFormation resource and discloses attributes.

Declaration
inspect(inspector: cdk.TreeInspector): void;
Parameters
inspector cdk.TreeInspector

tree inspector to collect and process attributes.

Returns

void

renderProperties(props)

Declaration
protected renderProperties:
Parameters
props { [key: string]: any; }
Returns

{ [key: string]: any; }

Back to top Generated by DocFX