Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for GetEventBusesPlainArgs.
Link copied to clipboard
data class GetEventSourcesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetEventSourcesPlainArgs>
A collection of arguments for invoking getEventSources.
Link copied to clipboard
Builder for GetEventSourcesPlainArgs.
Link copied to clipboard
data class GetRulesPlainArgs(val eventBusName: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val ruleNamePrefix: String? = null, val status: String? = null) : ConvertibleToJava<GetRulesPlainArgs>
A collection of arguments for invoking getRules.
Link copied to clipboard
class GetRulesPlainArgsBuilder
Builder for GetRulesPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getService.
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class RuleTargetArgs(val deadLetterQueue: Output<RuleTargetDeadLetterQueueArgs>? = null, val endpoint: Output<String>, val paramLists: Output<List<RuleTargetParamListArgs>>, val pushRetryStrategy: Output<String>? = null, val targetId: Output<String>, val type: Output<String>) : ConvertibleToJava<RuleTargetArgs>
Link copied to clipboard
class RuleTargetArgsBuilder
Builder for RuleTargetArgs.
Link copied to clipboard
data class RuleTargetDeadLetterQueueArgs(val arn: Output<String>? = null) : ConvertibleToJava<RuleTargetDeadLetterQueueArgs>
Link copied to clipboard
Builder for RuleTargetDeadLetterQueueArgs.
Link copied to clipboard
data class RuleTargetParamListArgs(val form: Output<String>, val resourceKey: Output<String>, val template: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<RuleTargetParamListArgs>
Link copied to clipboard
Builder for RuleTargetParamListArgs.