Class CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty
An implementation for
CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty-
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.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty
CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.Builder, CfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.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 booleanfinal ObjectSpecifies whether to automatically import data quality metrics as part of the data source run.final StringThe catalog name in the AWS Glue run configuration.final StringThe data access role included in the configuration details of the AWS Glue data source.final ObjectThe relational filter configurations included in the configuration details of the AWS Glue data source.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
Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.GlueRunConfigurationInputProperty.Builder.
-
-
Method Details
-
getAutoImportDataQualityResult
Description copied from interface:CfnDataSourcePropsMixin.GlueRunConfigurationInputPropertySpecifies whether to automatically import data quality metrics as part of the data source run.Returns union: either
BooleanorIResolvable- Specified by:
getAutoImportDataQualityResultin interfaceCfnDataSourcePropsMixin.GlueRunConfigurationInputProperty- See Also:
-
getCatalogName
Description copied from interface:CfnDataSourcePropsMixin.GlueRunConfigurationInputPropertyThe catalog name in the AWS Glue run configuration.- Specified by:
getCatalogNamein interfaceCfnDataSourcePropsMixin.GlueRunConfigurationInputProperty- See Also:
-
getDataAccessRole
Description copied from interface:CfnDataSourcePropsMixin.GlueRunConfigurationInputPropertyThe data access role included in the configuration details of the AWS Glue data source.- Specified by:
getDataAccessRolein interfaceCfnDataSourcePropsMixin.GlueRunConfigurationInputProperty- See Also:
-
getRelationalFilterConfigurations
Description copied from interface:CfnDataSourcePropsMixin.GlueRunConfigurationInputPropertyThe relational filter configurations included in the configuration details of the AWS Glue data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSourcePropsMixin.RelationalFilterConfigurationProperty>- Specified by:
getRelationalFilterConfigurationsin interfaceCfnDataSourcePropsMixin.GlueRunConfigurationInputProperty- See Also:
-
$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()
-