Package services.cleanrooms
Interface CfnConfiguredTable.TableReferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTable
@Stability(Stable)
public static interface CfnConfiguredTable.TableReferenceProperty
extends software.amazon.jsii.JsiiSerializable
A pointer to the dataset that underlies this table.
Currently, this can only be an table.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import services.cleanrooms.*; TableReferenceProperty tableReferenceProperty = TableReferenceProperty.builder() .glue(GlueTableReferenceProperty.builder() .databaseName("databaseName") .tableName("tableName") .build()) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfiguredTable.TableReferenceProperty
static final class
An implementation forCfnConfiguredTable.TableReferenceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGlue
If present, a reference to the AWS Glue table referred to by this table reference.- See Also:
-
builder
-