Package-level declarations

Types

Link copied to clipboard
data class GetReplicationSetPlainArgs(val arn: String) : ConvertibleToJava<GetReplicationSetPlainArgs>
Link copied to clipboard
data class GetResponsePlanPlainArgs(val arn: String) : ConvertibleToJava<GetResponsePlanPlainArgs>
Link copied to clipboard
data class ReplicationSetRegionConfigurationArgs(val sseKmsKeyId: Output<String>) : ConvertibleToJava<ReplicationSetRegionConfigurationArgs>

The ReplicationSet regional configuration.

Link copied to clipboard
data class ReplicationSetReplicationRegionArgs(val regionConfiguration: Output<ReplicationSetRegionConfigurationArgs>? = null, val regionName: Output<String>? = null) : ConvertibleToJava<ReplicationSetReplicationRegionArgs>

The ReplicationSet regional configuration.

Link copied to clipboard
data class ResponsePlanActionArgs(val ssmAutomation: Output<ResponsePlanSsmAutomationArgs>? = null) : ConvertibleToJava<ResponsePlanActionArgs>

The automation configuration to launch.

Link copied to clipboard
data class ResponsePlanChatChannelArgs(val chatbotSns: Output<List<String>>? = null) : ConvertibleToJava<ResponsePlanChatChannelArgs>

The chat channel configuration.

Link copied to clipboard
data class ResponsePlanDynamicSsmParameterArgs(val key: Output<String>, val value: Output<ResponsePlanDynamicSsmParameterValueArgs>) : ConvertibleToJava<ResponsePlanDynamicSsmParameterArgs>

A parameter with a dynamic value to set when starting the SSM automation document.

Link copied to clipboard
data class ResponsePlanDynamicSsmParameterValueArgs(val variable: Output<ResponsePlanVariableType>? = null) : ConvertibleToJava<ResponsePlanDynamicSsmParameterValueArgs>

Value of the dynamic parameter to set when starting the SSM automation document.

Link copied to clipboard
data class ResponsePlanIncidentTemplateArgs(val dedupeString: Output<String>? = null, val impact: Output<Int>, val incidentTags: Output<List<ResponsePlanTagArgs>>? = null, val notificationTargets: Output<List<ResponsePlanNotificationTargetItemArgs>>? = null, val summary: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<ResponsePlanIncidentTemplateArgs>

The incident template configuration.

Link copied to clipboard
data class ResponsePlanIntegrationArgs(val pagerDutyConfiguration: Output<ResponsePlanPagerDutyConfigurationArgs>? = null) : ConvertibleToJava<ResponsePlanIntegrationArgs>
Link copied to clipboard
data class ResponsePlanNotificationTargetItemArgs(val snsTopicArn: Output<String>? = null) : ConvertibleToJava<ResponsePlanNotificationTargetItemArgs>

A notification target.

Link copied to clipboard
data class ResponsePlanPagerDutyConfigurationArgs(val name: Output<String>, val pagerDutyIncidentConfiguration: Output<ResponsePlanPagerDutyIncidentConfigurationArgs>, val secretId: Output<String>) : ConvertibleToJava<ResponsePlanPagerDutyConfigurationArgs>

The pagerDuty configuration to use when starting the incident.

data class ResponsePlanPagerDutyIncidentConfigurationArgs(val serviceId: Output<String>) : ConvertibleToJava<ResponsePlanPagerDutyIncidentConfigurationArgs>

The pagerDuty incident configuration.

Link copied to clipboard
data class ResponsePlanSsmAutomationArgs(val documentName: Output<String>, val documentVersion: Output<String>? = null, val dynamicParameters: Output<List<ResponsePlanDynamicSsmParameterArgs>>? = null, val parameters: Output<List<ResponsePlanSsmParameterArgs>>? = null, val roleArn: Output<String>, val targetAccount: Output<ResponsePlanSsmAutomationTargetAccount>? = null) : ConvertibleToJava<ResponsePlanSsmAutomationArgs>

The configuration to use when starting the SSM automation document.

Link copied to clipboard
data class ResponsePlanSsmParameterArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<ResponsePlanSsmParameterArgs>

A parameter to set when starting the SSM automation document.

Link copied to clipboard
data class ResponsePlanTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ResponsePlanTagArgs>

A key-value pair to tag a resource.