Package-level declarations
Types
Link copied to clipboard
data class GetReplicationSetPlainArgs(val tags: Map<String, String>? = null) : ConvertibleToJava<GetReplicationSetPlainArgs>
A collection of arguments for invoking getReplicationSet.
Link copied to clipboard
Builder for GetReplicationSetPlainArgs.
Link copied to clipboard
data class GetResponsePlanPlainArgs(val arn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetResponsePlanPlainArgs>
A collection of arguments for invoking getResponsePlan.
Link copied to clipboard
Builder for GetResponsePlanPlainArgs.
Link copied to clipboard
data class ReplicationSetRegionArgs(val kmsKeyArn: Output<String>? = null, val name: Output<String>, val status: Output<String>? = null, val statusMessage: Output<String>? = null) : ConvertibleToJava<ReplicationSetRegionArgs>
Link copied to clipboard
Builder for ReplicationSetRegionArgs.
Link copied to clipboard
data class ResponsePlanActionArgs(val ssmAutomations: Output<List<ResponsePlanActionSsmAutomationArgs>>? = null) : ConvertibleToJava<ResponsePlanActionArgs>
Link copied to clipboard
Builder for ResponsePlanActionArgs.
Link copied to clipboard
data class ResponsePlanActionSsmAutomationArgs(val documentName: Output<String>, val documentVersion: Output<String>? = null, val dynamicParameters: Output<Map<String, String>>? = null, val parameters: Output<List<ResponsePlanActionSsmAutomationParameterArgs>>? = null, val roleArn: Output<String>, val targetAccount: Output<String>? = null) : ConvertibleToJava<ResponsePlanActionSsmAutomationArgs>
Link copied to clipboard
Link copied to clipboard
data class ResponsePlanActionSsmAutomationParameterArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<ResponsePlanActionSsmAutomationParameterArgs>
Link copied to clipboard
Link copied to clipboard
data class ResponsePlanIncidentTemplateArgs(val dedupeString: Output<String>? = null, val impact: Output<Int>, val incidentTags: Output<Map<String, String>>? = null, val notificationTargets: Output<List<ResponsePlanIncidentTemplateNotificationTargetArgs>>? = null, val summary: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<ResponsePlanIncidentTemplateArgs>
Link copied to clipboard
Builder for ResponsePlanIncidentTemplateArgs.
Link copied to clipboard
data class ResponsePlanIncidentTemplateNotificationTargetArgs(val snsTopicArn: Output<String>) : ConvertibleToJava<ResponsePlanIncidentTemplateNotificationTargetArgs>
Link copied to clipboard
Link copied to clipboard
data class ResponsePlanIntegrationArgs(val pagerduties: Output<List<ResponsePlanIntegrationPagerdutyArgs>>? = null) : ConvertibleToJava<ResponsePlanIntegrationArgs>
Link copied to clipboard
Builder for ResponsePlanIntegrationArgs.
Link copied to clipboard
data class ResponsePlanIntegrationPagerdutyArgs(val name: Output<String>, val secretId: Output<String>, val serviceId: Output<String>) : ConvertibleToJava<ResponsePlanIntegrationPagerdutyArgs>
Link copied to clipboard