Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnSessionPropsMixin.Builder
Packages that use CfnSessionPropsMixin.Builder
-
Uses of CfnSessionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnSessionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSessionPropsMixin.Builder.command(CfnSessionPropsMixin.SessionCommandProperty command) The SessionCommand that runs the job.CfnSessionPropsMixin.Builder.command(IResolvable command) The SessionCommand that runs the job.CfnSessionPropsMixin.Builder.connections(CfnSessionPropsMixin.ConnectionsListProperty connections) Specifies the connections used by the session.CfnSessionPropsMixin.Builder.connections(IResolvable connections) Specifies the connections used by the session.static CfnSessionPropsMixin.BuilderCfnSessionPropsMixin.Builder.create()static CfnSessionPropsMixin.BuilderCfnSessionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSessionPropsMixin.Builder.defaultArguments(Map<String, String> defaultArguments) A map array of key-value pairs.CfnSessionPropsMixin.Builder.defaultArguments(IResolvable defaultArguments) A map array of key-value pairs.CfnSessionPropsMixin.Builder.description(String description) The description of the session.CfnSessionPropsMixin.Builder.glueVersion(String glueVersion) The Glue version determines the versions of Apache Spark and Python that Glue supports.The ID of the session.CfnSessionPropsMixin.Builder.idleTimeout(Number idleTimeout) The number of minutes when idle before session times out.CfnSessionPropsMixin.Builder.maxCapacity(Number maxCapacity) The number of Glue data processing units (DPUs) that can be allocated when the job runs.CfnSessionPropsMixin.Builder.numberOfWorkers(Number numberOfWorkers) The number of workers of a defined WorkerType to use for the session.CfnSessionPropsMixin.Builder.requestOrigin(String requestOrigin) The origin of the request.The IAM Role ARN.CfnSessionPropsMixin.Builder.securityConfiguration(String securityConfiguration) The name of the SecurityConfiguration structure to be used with the session.The tags belonging to the session.The number of minutes before session times out.CfnSessionPropsMixin.Builder.workerType(String workerType) The type of predefined worker that is allocated when a session runs.