Class CfnConfiguredTableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTableProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTableProps
@Stability(Stable)
@Internal
public static final class CfnConfiguredTableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTableProps
An implementation for
CfnConfiguredTableProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableProps
CfnConfiguredTableProps.Builder, CfnConfiguredTableProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The columns within the underlying AWS Glue table that can be utilized within collaborations.final String
The analysis method for the configured table.final Object
The analysis rule that was created for the configured table.final String
A description for the configured table.final String
getName()
A name for the configured table.final Object
The table that this configured table represents.getTags()
An optional label that you can assign to a resource when you create it.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTableProps.Builder
.
-
-
Method Details
-
getAllowedColumns
Description copied from interface:CfnConfiguredTableProps
The columns within the underlying AWS Glue table that can be utilized within collaborations.- Specified by:
getAllowedColumns
in interfaceCfnConfiguredTableProps
- See Also:
-
getAnalysisMethod
Description copied from interface:CfnConfiguredTableProps
The analysis method for the configured table.The only valid value is currently
DIRECT_QUERY
.- Specified by:
getAnalysisMethod
in interfaceCfnConfiguredTableProps
- See Also:
-
getName
Description copied from interface:CfnConfiguredTableProps
A name for the configured table.- Specified by:
getName
in interfaceCfnConfiguredTableProps
- See Also:
-
getTableReference
Description copied from interface:CfnConfiguredTableProps
The table that this configured table represents.- Specified by:
getTableReference
in interfaceCfnConfiguredTableProps
- See Also:
-
getAnalysisRules
Description copied from interface:CfnConfiguredTableProps
The analysis rule that was created for the configured table.- Specified by:
getAnalysisRules
in interfaceCfnConfiguredTableProps
- See Also:
-
getDescription
Description copied from interface:CfnConfiguredTableProps
A description for the configured table.- Specified by:
getDescription
in interfaceCfnConfiguredTableProps
- See Also:
-
getTags
Description copied from interface:CfnConfiguredTableProps
An optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Specified by:
getTags
in interfaceCfnConfiguredTableProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-