Class PySparkFlexEtlJobProps.Jsii$Proxy
- All Implemented Interfaces:
JobProps,PySparkFlexEtlJobProps,SparkJobProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PySparkFlexEtlJobProps
PySparkFlexEtlJobProps-
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.services.glue.alpha.PySparkFlexEtlJobProps
PySparkFlexEtlJobProps.Builder, PySparkFlexEtlJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PySparkFlexEtlJobProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by thePySparkFlexEtlJobProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final List<IConnection> Deprecated.(deprecated) Connections (optional) List of connections to use for this Glue job Connections are used to connect to other AWS Service or resources within a VPC.final ContinuousLoggingPropsDeprecated.(deprecated) Enables continuous logging with the specified props.Deprecated.(deprecated) Default Arguments (optional) The default arguments for every run of this Glue job, specified as name-value pairs.final StringDeprecated.(deprecated) Description (optional) Developer-specified description of the Glue job.final BooleanDeprecated.(deprecated) Enable profiling metrics for the Glue job.final BooleanDeprecated.(deprecated) Enable observability metrics for the Glue job.Deprecated.(deprecated) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.Deprecated.(deprecated) Extra Jars S3 URL (optional) S3 URL where additional jar dependencies are located.final BooleanDeprecated.(deprecated) Setting this value to true prioritizes the customer's extra JAR files in the classpath.Deprecated.(deprecated) Extra Python Files S3 URL (optional) S3 URL where additional python dependencies are located.final GlueVersionDeprecated.(deprecated) Glue Version The version of Glue to use to execute this job.final StringDeprecated.(deprecated) Name of the Glue job (optional) Developer-specified name of the Glue job.final NumberDeprecated.(deprecated) Max Concurrent Runs (optional) The maximum number of runs this Glue job can concurrently run.final NumberDeprecated.(deprecated) Max Retries (optional) Maximum number of retry attempts Glue performs if the job fails.final DurationDeprecated.(deprecated) Specifies configuration properties of a notification (optional).final IRolegetRole()Deprecated.(deprecated) IAM Role (required) IAM Role to use for Glue job execution Must be specified by the developer because the L2 doesn't have visibility into the actions the script(s) takes during the job execution The role must trust the Glue service principal (glue.amazonaws.com) and be granted sufficient permissions.final CodeDeprecated.(deprecated) Script Code Location (required) Script to run when the Glue job executes.final ISecurityConfigurationDeprecated.(deprecated) Security Configuration (optional) Defines the encryption options for the Glue job.final SparkUIPropsDeprecated.(deprecated) Enables the Spark UI debugging and monitoring with the specified props.getTags()Deprecated.(deprecated) Tags (optional) A list of key:value pairs of tags to apply to this Glue job resources.final DurationDeprecated.(deprecated) Timeout (optional) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.final WorkerConfigurationDeprecated.(deprecated) The worker type and the number of workers allocated when a job runs.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by thePySparkFlexEtlJobProps.Builder.
-
-
Method Details
-
getExtraFiles
Deprecated.Description copied from interface:PySparkFlexEtlJobProps(deprecated) Additional files, such as configuration files that AWS Glue copies to the working directory of your script before executing it.Default: - no extra files specified.
- Specified by:
getExtraFilesin interfacePySparkFlexEtlJobProps- See Also:
-
getExtraJars
Deprecated.Description copied from interface:PySparkFlexEtlJobProps(deprecated) Extra Jars S3 URL (optional) S3 URL where additional jar dependencies are located.Default: - no extra jar files
- Specified by:
getExtraJarsin interfacePySparkFlexEtlJobProps
-
getExtraJarsFirst
Deprecated.Description copied from interface:PySparkFlexEtlJobProps(deprecated) Setting this value to true prioritizes the customer's extra JAR files in the classpath.Default: false - priority is not given to user-provided jars
- Specified by:
getExtraJarsFirstin interfacePySparkFlexEtlJobProps- See Also:
-
getExtraPythonFiles
Deprecated.Description copied from interface:PySparkFlexEtlJobProps(deprecated) Extra Python Files S3 URL (optional) S3 URL where additional python dependencies are located.Default: - no extra files
- Specified by:
getExtraPythonFilesin interfacePySparkFlexEtlJobProps
-
getNotifyDelayAfter
Deprecated.Description copied from interface:PySparkFlexEtlJobProps(deprecated) Specifies configuration properties of a notification (optional).After a job run starts, the number of minutes to wait before sending a job run delay notification.
Default: - undefined
- Specified by:
getNotifyDelayAfterin interfacePySparkFlexEtlJobProps
-
getEnableMetrics
Deprecated.Description copied from interface:SparkJobProps(deprecated) Enable profiling metrics for the Glue job.When enabled, adds '--enable-metrics' to job arguments.
Default: true
- Specified by:
getEnableMetricsin interfaceSparkJobProps
-
getEnableObservabilityMetrics
Deprecated.Description copied from interface:SparkJobProps(deprecated) Enable observability metrics for the Glue job.When enabled, adds '--enable-observability-metrics': 'true' to job arguments.
Default: true
- Specified by:
getEnableObservabilityMetricsin interfaceSparkJobProps
-
getSparkUI
Deprecated.Description copied from interface:SparkJobProps(deprecated) Enables the Spark UI debugging and monitoring with the specified props.Default: - Spark UI debugging and monitoring is disabled.
- Specified by:
getSparkUIin interfaceSparkJobProps- See Also:
-
getWorkerConfiguration
Deprecated.Description copied from interface:SparkJobProps(deprecated) The worker type and the number of workers allocated when a job runs.Default: - the job runs with the G_1X worker type and 10 workers.
- Specified by:
getWorkerConfigurationin interfaceSparkJobProps
-
getRole
Deprecated.Description copied from interface:JobProps(deprecated) IAM Role (required) IAM Role to use for Glue job execution Must be specified by the developer because the L2 doesn't have visibility into the actions the script(s) takes during the job execution The role must trust the Glue service principal (glue.amazonaws.com) and be granted sufficient permissions. -
getScript
Deprecated.Description copied from interface:JobProps(deprecated) Script Code Location (required) Script to run when the Glue job executes.Can be uploaded from the local directory structure using fromAsset or referenced via S3 location using fromBucket
-
getConnections
Deprecated.Description copied from interface:JobProps(deprecated) Connections (optional) List of connections to use for this Glue job Connections are used to connect to other AWS Service or resources within a VPC.Default: [] - no connections are added to the job
- Specified by:
getConnectionsin interfaceJobProps
-
getContinuousLogging
Deprecated.Description copied from interface:JobProps(deprecated) Enables continuous logging with the specified props.Default: - continuous logging is enabled.
- Specified by:
getContinuousLoggingin interfaceJobProps- See Also:
-
getDefaultArguments
Deprecated.Description copied from interface:JobProps(deprecated) Default Arguments (optional) The default arguments for every run of this Glue job, specified as name-value pairs.This map is the escape hatch for Glue job arguments that this construct does not model. It MUST NOT be used to set arguments that already have a dedicated prop — configure those through the corresponding prop instead (
continuousLogging,enableMetrics,enableObservabilityMetrics,sparkUI,className,extraJars,extraJarsFirst,extraPythonFiles,extraFiles). Passing a construct-managed argument (e.g.--enable-continuous-cloudwatch-log,--enable-metrics,--enable-spark-ui,--job-language) or a Glue-reserved argument (--debug,--mode,--JOB_NAME,--endpoint) here throws at synthesis time, so there is exactly one way to express each intent.Also note that these are emitted verbatim into the CloudFormation template, so avoid placing secrets here in plaintext. Pass secrets to the job at runtime through AWS Secrets Manager instead. A synthesis-time warning is emitted when an argument key looks like a credential and holds a plaintext literal.
Default: - no arguments
- Specified by:
getDefaultArgumentsin interfaceJobProps- See Also:
-
getDescription
Deprecated.Description copied from interface:JobProps(deprecated) Description (optional) Developer-specified description of the Glue job.Default: - no value
- Specified by:
getDescriptionin interfaceJobProps
-
getGlueVersion
Deprecated.Description copied from interface:JobProps(deprecated) Glue Version The version of Glue to use to execute this job.Default: - determined by the job type: 4.0 for ETL and Streaming, 5.0 for Flex, 3.0 for Python Shell
- Specified by:
getGlueVersionin interfaceJobProps
-
getJobName
Deprecated.Description copied from interface:JobProps(deprecated) Name of the Glue job (optional) Developer-specified name of the Glue job.Default: - a name is automatically generated
- Specified by:
getJobNamein interfaceJobProps
-
getMaxConcurrentRuns
Deprecated.Description copied from interface:JobProps(deprecated) Max Concurrent Runs (optional) The maximum number of runs this Glue job can concurrently run.An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
Default: 1
- Specified by:
getMaxConcurrentRunsin interfaceJobProps
-
getMaxRetries
Deprecated.Description copied from interface:JobProps(deprecated) Max Retries (optional) Maximum number of retry attempts Glue performs if the job fails.Default: 0
- Specified by:
getMaxRetriesin interfaceJobProps
-
getSecurityConfiguration
Deprecated.Description copied from interface:JobProps(deprecated) Security Configuration (optional) Defines the encryption options for the Glue job.Default: - no security configuration.
- Specified by:
getSecurityConfigurationin interfaceJobProps
-
getTags
Deprecated.Description copied from interface:JobProps(deprecated) Tags (optional) A list of key:value pairs of tags to apply to this Glue job resources.Default: {} - no tags
-
getTimeout
Deprecated.Description copied from interface:JobProps(deprecated) Timeout (optional) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.Specified in minutes.
Default: 2880 (2 days for non-streaming)
- Specified by:
getTimeoutin interfaceJobProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-