/*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
* this file except in compliance with the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file.
* This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
* *****************************************************************************
*
* AWS Tools for Windows (TM) PowerShell (TM)
*
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;
using System.Text;
using Amazon.PowerShell.Common;
using Amazon.Runtime;
using Amazon.Glue;
using Amazon.Glue.Model;
namespace Amazon.PowerShell.Cmdlets.GLUE
{
///
/// Starts a job run using a job definition.
///
[Cmdlet("Start", "GLUEJobRun", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
[OutputType("System.String")]
[AWSCmdlet("Calls the AWS Glue StartJobRun API operation.", Operation = new[] {"StartJobRun"}, SelectReturnType = typeof(Amazon.Glue.Model.StartJobRunResponse))]
[AWSCmdletOutput("System.String or Amazon.Glue.Model.StartJobRunResponse",
"This cmdlet returns a System.String object.",
"The service call response (type Amazon.Glue.Model.StartJobRunResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack."
)]
public partial class StartGLUEJobRunCmdlet : AmazonGlueClientCmdlet, IExecutor
{
#region Parameter Argument
///
///
/// The job arguments associated with this run. For this job run, they replace the default
/// arguments set in the job definition itself.You can specify arguments here that your own job-execution script consumes, as well
/// as arguments that Glue itself consumes.Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve
/// secrets from a Glue Connection, Secrets Manager or other secret management mechanism
/// if you intend to keep them within the Job. For information about how to specify and consume your own Job arguments, see the Calling
/// Glue APIs in Python topic in the developer guide.For information about the arguments you can provide to this field when configuring
/// Spark jobs, see the Special
/// Parameters Used by Glue topic in the developer guide.For information about the arguments you can provide to this field when configuring
/// Ray jobs, see Using
/// job parameters in Ray jobs in the developer guide.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[Alias("Arguments")]
public System.Collections.Hashtable Argument { get; set; }
#endregion
#region Parameter ExecutionClass
///
///
/// Indicates whether the job is run with a standard or flexible execution class. The
/// standard execution-class is ideal for time-sensitive workloads that require fast job
/// startup and dedicated resources.The flexible execution class is appropriate for time-insensitive jobs whose start
/// and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl
will
/// be allowed to set ExecutionClass
to FLEX
. The flexible execution
/// class is available for Spark jobs.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[AWSConstantClassSource("Amazon.Glue.ExecutionClass")]
public Amazon.Glue.ExecutionClass ExecutionClass { get; set; }
#endregion
#region Parameter JobName
///
///
/// The name of the job definition to use.
///
///
#if !MODULAR
[System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true)]
#else
[System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, Mandatory = true)]
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.AllowNull]
#endif
[Amazon.PowerShell.Common.AWSRequiredParameter]
public System.String JobName { get; set; }
#endregion
#region Parameter JobRunId
///
///
/// The ID of a previous JobRun
to retry.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.String JobRunId { get; set; }
#endregion
#region Parameter MaxCapacity
///
///
/// For Glue version 1.0 or earlier jobs, using the standard worker type, the number of
/// Glue data processing units (DPUs) that can be allocated when this job runs. A DPU
/// is a relative measure of processing power that consists of 4 vCPUs of compute capacity
/// and 16 GB of memory. For more information, see the
/// Glue pricing page.For Glue version 2.0+ jobs, you cannot specify a Maximum capacity
. Instead,
/// you should specify a Worker type
and the Number of workers
.Do not set MaxCapacity
if using WorkerType
and NumberOfWorkers
.The value that can be allocated for MaxCapacity
depends on whether you
/// are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming
/// ETL job:- When you specify a Python shell job (
JobCommand.Name
="pythonshell"),
/// you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. - When you specify an Apache Spark ETL job (
JobCommand.Name
="glueetl")
/// or Apache Spark streaming ETL job (JobCommand.Name
="gluestreaming"),
/// you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot
/// have a fractional DPU allocation.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.Double? MaxCapacity { get; set; }
#endregion
#region Parameter NotificationProperty_NotifyDelayAfter
///
///
/// After a job run starts, the number of minutes to wait before sending a job run delay
/// notification.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.Int32? NotificationProperty_NotifyDelayAfter { get; set; }
#endregion
#region Parameter NumberOfWorker
///
///
/// The number of workers of a defined workerType
that are allocated when
/// a job runs.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[Alias("NumberOfWorkers")]
public System.Int32? NumberOfWorker { get; set; }
#endregion
#region Parameter SecurityConfiguration
///
///
/// The name of the SecurityConfiguration
structure to be used with this
/// job run.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.String SecurityConfiguration { get; set; }
#endregion
#region Parameter Timeout
///
///
/// The JobRun
timeout in minutes. This is the maximum time that a job run
/// can consume resources before it is terminated and enters TIMEOUT
status.
/// This value overrides the timeout value set in the parent job.Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880
/// minutes (48 hours).
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.Int32? Timeout { get; set; }
#endregion
#region Parameter WorkerType
///
///
/// The type of predefined worker that is allocated when a job runs. Accepts a value of
/// G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.- For the
G.1X
worker type, each worker maps to 1 DPU (4 vCPUs, 16 GB of
/// memory) with 84GB disk (approximately 34GB free), and provides 1 executor per worker.
/// We recommend this worker type for workloads such as data transforms, joins, and queries,
/// to offers a scalable and cost effective way to run most jobs. - For the
G.2X
worker type, each worker maps to 2 DPU (8 vCPUs, 32 GB of
/// memory) with 128GB disk (approximately 77GB free), and provides 1 executor per worker.
/// We recommend this worker type for workloads such as data transforms, joins, and queries,
/// to offers a scalable and cost effective way to run most jobs. - For the
G.4X
worker type, each worker maps to 4 DPU (16 vCPUs, 64 GB
/// of memory) with 256GB disk (approximately 235GB free), and provides 1 executor per
/// worker. We recommend this worker type for jobs whose workloads contain your most demanding
/// transforms, aggregations, joins, and queries. This worker type is available only for
/// Glue version 3.0 or later Spark ETL jobs in the following Amazon Web Services Regions:
/// US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore),
/// Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt),
/// Europe (Ireland), and Europe (Stockholm). - For the
G.8X
worker type, each worker maps to 8 DPU (32 vCPUs, 128 GB
/// of memory) with 512GB disk (approximately 487GB free), and provides 1 executor per
/// worker. We recommend this worker type for jobs whose workloads contain your most demanding
/// transforms, aggregations, joins, and queries. This worker type is available only for
/// Glue version 3.0 or later Spark ETL jobs, in the same Amazon Web Services Regions
/// as supported for the G.4X
worker type. - For the
G.025X
worker type, each worker maps to 0.25 DPU (2 vCPUs, 4
/// GB of memory) with 84GB disk (approximately 34GB free), and provides 1 executor per
/// worker. We recommend this worker type for low volume streaming jobs. This worker type
/// is only available for Glue version 3.0 streaming jobs. - For the
Z.2X
worker type, each worker maps to 2 M-DPU (8vCPUs, 64 GB
/// of memory) with 128 GB disk (approximately 120GB free), and provides up to 8 Ray workers
/// based on the autoscaler.
///
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[AWSConstantClassSource("Amazon.Glue.WorkerType")]
public Amazon.Glue.WorkerType WorkerType { get; set; }
#endregion
#region Parameter AllocatedCapacity
///
///
/// This field is deprecated. Use MaxCapacity
instead.The number of Glue data processing units (DPUs) to allocate to this JobRun. You can
/// allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
/// power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
/// see the Glue pricing page.
///
/// This parameter is deprecated.
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[System.ObsoleteAttribute("This property is deprecated, use MaxCapacity instead.")]
public System.Int32? AllocatedCapacity { get; set; }
#endregion
#region Parameter Select
///
/// Use the -Select parameter to control the cmdlet output. The default value is 'JobRunId'.
/// Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Glue.Model.StartJobRunResponse).
/// Specifying the name of a property of type Amazon.Glue.Model.StartJobRunResponse will result in that property being returned.
/// Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public string Select { get; set; } = "JobRunId";
#endregion
#region Parameter PassThru
///
/// Changes the cmdlet behavior to return the value passed to the JobName parameter.
/// The -PassThru parameter is deprecated, use -Select '^JobName' instead. This parameter will be removed in a future version.
///
[System.Obsolete("The -PassThru parameter is deprecated, use -Select '^JobName' instead. This parameter will be removed in a future version.")]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public SwitchParameter PassThru { get; set; }
#endregion
#region Parameter Force
///
/// This parameter overrides confirmation prompts to force
/// the cmdlet to continue its operation. This parameter should always
/// be used with caution.
///
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public SwitchParameter Force { get; set; }
#endregion
protected override void ProcessRecord()
{
this._AWSSignerType = "v4";
base.ProcessRecord();
var resourceIdentifiersText = FormatParameterValuesForConfirmationMsg(nameof(this.JobName), MyInvocation.BoundParameters);
if (!ConfirmShouldProceed(this.Force.IsPresent, resourceIdentifiersText, "Start-GLUEJobRun (StartJobRun)"))
{
return;
}
var context = new CmdletContext();
// allow for manipulation of parameters prior to loading into context
PreExecutionContextLoad(context);
#pragma warning disable CS0618, CS0612 //A class member was marked with the Obsolete attribute
if (ParameterWasBound(nameof(this.Select)))
{
context.Select = CreateSelectDelegate(Select) ??
throw new System.ArgumentException("Invalid value for -Select parameter.", nameof(this.Select));
if (this.PassThru.IsPresent)
{
throw new System.ArgumentException("-PassThru cannot be used when -Select is specified.", nameof(this.Select));
}
}
else if (this.PassThru.IsPresent)
{
context.Select = (response, cmdlet) => this.JobName;
}
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
#pragma warning disable CS0618, CS0612 //A class member was marked with the Obsolete attribute
context.AllocatedCapacity = this.AllocatedCapacity;
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
if (this.Argument != null)
{
context.Argument = new Dictionary(StringComparer.Ordinal);
foreach (var hashKey in this.Argument.Keys)
{
context.Argument.Add((String)hashKey, (String)(this.Argument[hashKey]));
}
}
context.ExecutionClass = this.ExecutionClass;
context.JobName = this.JobName;
#if MODULAR
if (this.JobName == null && ParameterWasBound(nameof(this.JobName)))
{
WriteWarning("You are passing $null as a value for parameter JobName which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues.");
}
#endif
context.JobRunId = this.JobRunId;
context.MaxCapacity = this.MaxCapacity;
context.NotificationProperty_NotifyDelayAfter = this.NotificationProperty_NotifyDelayAfter;
context.NumberOfWorker = this.NumberOfWorker;
context.SecurityConfiguration = this.SecurityConfiguration;
context.Timeout = this.Timeout;
context.WorkerType = this.WorkerType;
// allow further manipulation of loaded context prior to processing
PostExecutionContextLoad(context);
var output = Execute(context) as CmdletOutput;
ProcessOutput(output);
}
#region IExecutor Members
public object Execute(ExecutorContext context)
{
var cmdletContext = context as CmdletContext;
// create request
var request = new Amazon.Glue.Model.StartJobRunRequest();
#pragma warning disable CS0618, CS0612 //A class member was marked with the Obsolete attribute
if (cmdletContext.AllocatedCapacity != null)
{
request.AllocatedCapacity = cmdletContext.AllocatedCapacity.Value;
}
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
if (cmdletContext.Argument != null)
{
request.Arguments = cmdletContext.Argument;
}
if (cmdletContext.ExecutionClass != null)
{
request.ExecutionClass = cmdletContext.ExecutionClass;
}
if (cmdletContext.JobName != null)
{
request.JobName = cmdletContext.JobName;
}
if (cmdletContext.JobRunId != null)
{
request.JobRunId = cmdletContext.JobRunId;
}
if (cmdletContext.MaxCapacity != null)
{
request.MaxCapacity = cmdletContext.MaxCapacity.Value;
}
// populate NotificationProperty
var requestNotificationPropertyIsNull = true;
request.NotificationProperty = new Amazon.Glue.Model.NotificationProperty();
System.Int32? requestNotificationProperty_notificationProperty_NotifyDelayAfter = null;
if (cmdletContext.NotificationProperty_NotifyDelayAfter != null)
{
requestNotificationProperty_notificationProperty_NotifyDelayAfter = cmdletContext.NotificationProperty_NotifyDelayAfter.Value;
}
if (requestNotificationProperty_notificationProperty_NotifyDelayAfter != null)
{
request.NotificationProperty.NotifyDelayAfter = requestNotificationProperty_notificationProperty_NotifyDelayAfter.Value;
requestNotificationPropertyIsNull = false;
}
// determine if request.NotificationProperty should be set to null
if (requestNotificationPropertyIsNull)
{
request.NotificationProperty = null;
}
if (cmdletContext.NumberOfWorker != null)
{
request.NumberOfWorkers = cmdletContext.NumberOfWorker.Value;
}
if (cmdletContext.SecurityConfiguration != null)
{
request.SecurityConfiguration = cmdletContext.SecurityConfiguration;
}
if (cmdletContext.Timeout != null)
{
request.Timeout = cmdletContext.Timeout.Value;
}
if (cmdletContext.WorkerType != null)
{
request.WorkerType = cmdletContext.WorkerType;
}
CmdletOutput output;
// issue call
var client = Client ?? CreateClient(_CurrentCredentials, _RegionEndpoint);
try
{
var response = CallAWSServiceOperation(client, request);
object pipelineOutput = null;
pipelineOutput = cmdletContext.Select(response, this);
output = new CmdletOutput
{
PipelineOutput = pipelineOutput,
ServiceResponse = response
};
}
catch (Exception e)
{
output = new CmdletOutput { ErrorResponse = e };
}
return output;
}
public ExecutorContext CreateContext()
{
return new CmdletContext();
}
#endregion
#region AWS Service Operation Call
private Amazon.Glue.Model.StartJobRunResponse CallAWSServiceOperation(IAmazonGlue client, Amazon.Glue.Model.StartJobRunRequest request)
{
Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS Glue", "StartJobRun");
try
{
#if DESKTOP
return client.StartJobRun(request);
#elif CORECLR
return client.StartJobRunAsync(request).GetAwaiter().GetResult();
#else
#error "Unknown build edition"
#endif
}
catch (AmazonServiceException exc)
{
var webException = exc.InnerException as System.Net.WebException;
if (webException != null)
{
throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException);
}
throw;
}
}
#endregion
internal partial class CmdletContext : ExecutorContext
{
[System.ObsoleteAttribute]
public System.Int32? AllocatedCapacity { get; set; }
public Dictionary Argument { get; set; }
public Amazon.Glue.ExecutionClass ExecutionClass { get; set; }
public System.String JobName { get; set; }
public System.String JobRunId { get; set; }
public System.Double? MaxCapacity { get; set; }
public System.Int32? NotificationProperty_NotifyDelayAfter { get; set; }
public System.Int32? NumberOfWorker { get; set; }
public System.String SecurityConfiguration { get; set; }
public System.Int32? Timeout { get; set; }
public Amazon.Glue.WorkerType WorkerType { get; set; }
public System.Func Select { get; set; } =
(response, cmdlet) => response.JobRunId;
}
}
}