Class: Aws::Types::DeploymentLifecycleHook
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentLifecycleHook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hook_details ⇒ Object
Returns the value of attribute hook_details.
-
#hook_target_arn ⇒ ::String
Returns the value of attribute hook_target_arn.
-
#lifecycle_stages ⇒ ::Array[("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRE_PRODUCTION_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")]
Returns the value of attribute lifecycle_stages.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_type ⇒ "AWS_LAMBDA", "PAUSE"
Returns the value of attribute target_type.
-
#timeout_configuration ⇒ Types::DeploymentLifecycleHookTimeoutConfiguration
Returns the value of attribute timeout_configuration.
Instance Attribute Details
#hook_details ⇒ Object
Returns the value of attribute hook_details.
910 911 912 |
# File 'sig/types.rbs', line 910 def hook_details @hook_details end |
#hook_target_arn ⇒ ::String
Returns the value of attribute hook_target_arn.
907 908 909 |
# File 'sig/types.rbs', line 907 def hook_target_arn @hook_target_arn end |
#lifecycle_stages ⇒ ::Array[("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRE_PRODUCTION_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")]
Returns the value of attribute lifecycle_stages.
909 910 911 |
# File 'sig/types.rbs', line 909 def lifecycle_stages @lifecycle_stages end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
908 909 910 |
# File 'sig/types.rbs', line 908 def role_arn @role_arn end |
#target_type ⇒ "AWS_LAMBDA", "PAUSE"
Returns the value of attribute target_type.
906 907 908 |
# File 'sig/types.rbs', line 906 def target_type @target_type end |
#timeout_configuration ⇒ Types::DeploymentLifecycleHookTimeoutConfiguration
Returns the value of attribute timeout_configuration.
911 912 913 |
# File 'sig/types.rbs', line 911 def timeout_configuration @timeout_configuration end |