Package-level declarations
Types
Link copied to clipboard
Resource type definition for AWS::SSMIncidents::ReplicationSet
Link copied to clipboard
data class ReplicationSetArgs(val deletionProtected: Output<Boolean>? = null, val regions: Output<List<ReplicationSetReplicationRegionArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ReplicationSetArgs>
Resource type definition for AWS::SSMIncidents::ReplicationSet
Link copied to clipboard
Builder for ReplicationSetArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ReplicationSet.
Link copied to clipboard
Resource type definition for AWS::SSMIncidents::ResponsePlan
Link copied to clipboard
data class ResponsePlanArgs(val actions: Output<List<ResponsePlanActionArgs>>? = null, val chatChannel: Output<ResponsePlanChatChannelArgs>? = null, val displayName: Output<String>? = null, val engagements: Output<List<String>>? = null, val incidentTemplate: Output<ResponsePlanIncidentTemplateArgs>? = null, val integrations: Output<List<ResponsePlanIntegrationArgs>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ResponsePlanArgs>
Resource type definition for AWS::SSMIncidents::ResponsePlan
Link copied to clipboard
class ResponsePlanArgsBuilder
Builder for ResponsePlanArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ResponsePlan.
Link copied to clipboard
object SsmincidentsFunctions
Functions
Link copied to clipboard
suspend fun replicationSet(name: String, block: suspend ReplicationSetResourceBuilder.() -> Unit): ReplicationSet
Link copied to clipboard
suspend fun responsePlan(name: String, block: suspend ResponsePlanResourceBuilder.() -> Unit): ResponsePlan