Interface CfnConfiguredTable.GlueTableReferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTable.GlueTableReferenceProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTable
@Stability(Stable)
public static interface CfnConfiguredTable.GlueTableReferenceProperty
extends software.amazon.jsii.JsiiSerializable
A reference to a table within an AWS Glue data catalog.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cleanrooms.*; GlueTableReferenceProperty glueTableReferenceProperty = GlueTableReferenceProperty.builder() .databaseName("databaseName") .tableName("tableName") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfiguredTable.GlueTableReferenceProperty
static final class
An implementation forCfnConfiguredTable.GlueTableReferenceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the database the AWS Glue table belongs to.The name of the AWS Glue table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseName
The name of the database the AWS Glue table belongs to.- See Also:
-
getTableName
The name of the AWS Glue table.- See Also:
-
builder
-