Show / Hide Table of Contents

Interface CfnConfiguredTable.IGlueTableReferenceProperty

A reference to a table within an AWS Glue data catalog.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-gluetablereference.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 glueTableReferenceProperty = new GlueTableReferenceProperty {
                 DatabaseName = "databaseName",
                 TableName = "tableName"
             };

Synopsis

Properties

DatabaseName

The name of the database the AWS Glue table belongs to.

TableName

The name of the AWS Glue table.

Properties

DatabaseName

The name of the database the AWS Glue table belongs to.

string DatabaseName { get; }
Property Value

string

Remarks

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

TableName

The name of the AWS Glue table.

string TableName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX