Class GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps.Jsii$Proxy
- All Implemented Interfaces:
GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.glue.events.GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps.Builder, GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps.Builder.protectedJsii$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.JsonNodefinal boolean(experimental) changedPartitions property.(experimental) databaseName property.final AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) tableName property.(experimental) typeOfChange property.final inthashCode()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
protected Jsii$Proxy(GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps.Builder.
-
-
Method Details
-
getChangedPartitions
Description copied from interface:GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps(experimental) changedPartitions property.Specify an array of string values to match this event if the actual value of changedPartitions is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getChangedPartitionsin interfaceGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
-
getDatabaseName
Description copied from interface:GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps(experimental) databaseName property.Specify an array of string values to match this event if the actual value of databaseName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Database reference
- Specified by:
getDatabaseNamein interfaceGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
-
getEventMetadata
Description copied from interface:GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
-
getTableName
Description copied from interface:GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps(experimental) tableName property.Specify an array of string values to match this event if the actual value of tableName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getTableNamein interfaceGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
-
getTypeOfChange
Description copied from interface:GlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps(experimental) typeOfChange property.Specify an array of string values to match this event if the actual value of typeOfChange is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getTypeOfChangein interfaceGlueDataCatalogTableStateChange.GlueDataCatalogTableStateChangeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-