com.pulumi.aws.glue.kotlin.inputs.TriggerActionArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.glue.kotlin.inputs
import com.pulumi.aws.glue.inputs.TriggerActionArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property arguments Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
* @property crawlerName The name of the crawler to be executed. Conflicts with `job_name`.
* @property jobName The name of a job to be executed. Conflicts with `crawler_name`.
* @property notificationProperty Specifies configuration properties of a job run notification. See Notification Property details below.
* @property securityConfiguration The name of the Security Configuration structure to be used with this action.
* @property timeout The job run timeout in minutes. It overrides the timeout value of the job.
*/
public data class TriggerActionArgs(
public val arguments: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy