Integration Trigger Config Args
data class IntegrationTriggerConfigArgs(val triggerProperties: Output<IntegrationTriggerPropertiesArgs>? = null, val triggerType: Output<IntegrationTriggerType>) : ConvertibleToJava<IntegrationTriggerConfigArgs>
Constructors
Link copied to clipboard
constructor(triggerProperties: Output<IntegrationTriggerPropertiesArgs>? = null, triggerType: Output<IntegrationTriggerType>)