Class: Aws::ECS::Types::DaemonDeploymentAlarms
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonDeploymentAlarms
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The CloudWatch alarms used to determine a daemon deployment failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_names ⇒ Array<String>
The name of the CloudWatch alarms that determine when a daemon deployment failed.
-
#status ⇒ String
The status of the alarms check.
-
#triggered_alarm_names ⇒ Array<String>
One or more CloudWatch alarm names that have been triggered during the daemon deployment.
Instance Attribute Details
#alarm_names ⇒ Array<String>
The name of the CloudWatch alarms that determine when a daemon deployment failed.
4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4372 class DaemonDeploymentAlarms < Struct.new( :status, :alarm_names, :triggered_alarm_names) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the alarms check. Amazon ECS is not using alarms for
daemon deployment failures when the status is DISABLED.
4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4372 class DaemonDeploymentAlarms < Struct.new( :status, :alarm_names, :triggered_alarm_names) SENSITIVE = [] include Aws::Structure end |
#triggered_alarm_names ⇒ Array<String>
One or more CloudWatch alarm names that have been triggered during the daemon deployment.
4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4372 class DaemonDeploymentAlarms < Struct.new( :status, :alarm_names, :triggered_alarm_names) SENSITIVE = [] include Aws::Structure end |