Package-level declarations
Types
Link copied to clipboard
                data class DataIntegrationScheduleConfigArgs(val firstExecutionFrom: Output<String>, val object: Output<String>, val scheduleExpression: Output<String>) : ConvertibleToJava<DataIntegrationScheduleConfigArgs> 
Link copied to clipboard
                Builder for DataIntegrationScheduleConfigArgs.
Link copied to clipboard
                data class GetEventIntegrationPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEventIntegrationPlainArgs> 
A collection of arguments for invoking getEventIntegration.
Link copied to clipboard
                Builder for GetEventIntegrationPlainArgs.