Package-level declarations

Types

Link copied to clipboard
class ReplicationSet : KotlinCustomResource

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
Link copied to clipboard
object ReplicationSetMapper : ResourceMapper<ReplicationSet>
Link copied to clipboard
class ResponsePlan : KotlinCustomResource

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
Link copied to clipboard
object ResponsePlanMapper : ResourceMapper<ResponsePlan>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard