JobStepArgs

constructor(initialRetryIntervalSeconds: Output<Int>? = null, jobCredentialId: Output<String>? = null, jobId: Output<String>? = null, jobStepIndex: Output<Int>? = null, jobTargetGroupId: Output<String>? = null, maximumRetryIntervalSeconds: Output<Int>? = null, name: Output<String>? = null, outputTarget: Output<JobStepOutputTargetArgs>? = null, retryAttempts: Output<Int>? = null, retryIntervalBackoffMultiplier: Output<Double>? = null, sqlScript: Output<String>? = null, timeoutSeconds: Output<Int>? = null)