Method: Aws::DLM::Types::Script#execution_handler_service
- Defined in:
- lib/aws-sdk-dlm/types.rb
#execution_handler_service ⇒ String
Indicates the service used to execute the pre and/or post scripts.
-
If you are using custom SSM documents or automating application-consistent snapshots of SAP HANA workloads, specify
AWS_SYSTEMS_MANAGER. -
If you are automating VSS Backups, omit this parameter.
Default: AWS_SYSTEMS_MANAGER
1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'lib/aws-sdk-dlm/types.rb', line 1594 class Script < Struct.new( :stages, :execution_handler_service, :execution_handler, :execute_operation_on_script_failure, :execution_timeout, :maximum_retry_count) SENSITIVE = [] include Aws::Structure end |