Show / Hide Table of Contents

Interface CfnConfiguredTable.IAthenaTableReferenceProperty

A reference to a table within Athena.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredTable.IAthenaTableReferenceProperty
Syntax (vb)
Public Interface CfnConfiguredTable.IAthenaTableReferenceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Aws_cleanrooms;

             var athenaTableReferenceProperty = new AthenaTableReferenceProperty {
                 DatabaseName = "databaseName",
                 TableName = "tableName",
                 WorkGroup = "workGroup",

                 // the properties below are optional
                 OutputLocation = "outputLocation"
             };

Synopsis

Properties

DatabaseName

The database name.

OutputLocation

The output location for the Athena table.

TableName

The table reference.

WorkGroup

The workgroup of the Athena table reference.

Properties

DatabaseName

The database name.

string DatabaseName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html#cfn-cleanrooms-configuredtable-athenatablereference-databasename

OutputLocation

The output location for the Athena table.

string? OutputLocation { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html#cfn-cleanrooms-configuredtable-athenatablereference-outputlocation

TableName

The table reference.

string TableName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html#cfn-cleanrooms-configuredtable-athenatablereference-tablename

WorkGroup

The workgroup of the Athena table reference.

string WorkGroup { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html#cfn-cleanrooms-configuredtable-athenatablereference-workgroup

Back to top Generated by DocFX