Package-level declarations
Types
Link copied to clipboard
Provides a resource for managing a replication set in AWS Systems Manager Incident Manager.
Link copied to clipboard
data class ReplicationSetArgs(val regions: Output<List<ReplicationSetRegionArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ReplicationSetArgs>
Provides a resource for managing a replication set in AWS Systems Manager Incident Manager.
Link copied to clipboard
Builder for ReplicationSetArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ReplicationSet.
Link copied to clipboard
Provides a resource to manage response plans in AWS Systems Manager Incident Manager.
Link copied to clipboard
data class ResponsePlanArgs(val action: Output<ResponsePlanActionArgs>? = null, val chatChannels: Output<List<String>>? = null, val displayName: Output<String>? = null, val engagements: Output<List<String>>? = null, val incidentTemplate: Output<ResponsePlanIncidentTemplateArgs>? = null, val integration: Output<ResponsePlanIntegrationArgs>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ResponsePlanArgs>
Provides a resource to manage response plans in AWS Systems Manager Incident Manager.
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