CustomActionLambdaConfiguration
Configuration for Amazon Web Services Lambda functions that perform custom actions during a Region switch.
Types
Properties
Link copied to clipboard
The Amazon Web Services Region for the function to run in. For recovery workflows use activatingRegion or deactivatingRegion. For post-recovery workflows, use activeRegion (the Region with customer traffic) or inactiveRegion (the Region with no customer traffic).
Link copied to clipboard
The retry interval specified.
Link copied to clipboard
The timeout value specified for the configuration.
Link copied to clipboard
The settings for ungraceful execution.
Functions
Link copied to clipboard
inline fun copy(block: CustomActionLambdaConfiguration.Builder.() -> Unit = {}): CustomActionLambdaConfiguration