Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The container health check command and associated configuration parameters for the container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandArray<String>

The command that the container runs to determine whether it is healthy.



10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/aws-sdk-securityhub/types.rb', line 10501

class AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails < Struct.new(
  :command,
  :interval,
  :retries,
  :start_period,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end

#intervalInteger

The time period in seconds between each health check execution. The default value is 30 seconds.



10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/aws-sdk-securityhub/types.rb', line 10501

class AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails < Struct.new(
  :command,
  :interval,
  :retries,
  :start_period,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end

#retriesInteger

The number of times to retry a failed health check before the container is considered unhealthy. The default value is 3.



10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/aws-sdk-securityhub/types.rb', line 10501

class AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails < Struct.new(
  :command,
  :interval,
  :retries,
  :start_period,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end

#start_periodInteger

The optional grace period in seconds that allows containers time to bootstrap before failed health checks count towards the maximum number of retries.



10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/aws-sdk-securityhub/types.rb', line 10501

class AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails < Struct.new(
  :command,
  :interval,
  :retries,
  :start_period,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end

#timeoutInteger

The time period in seconds to wait for a health check to succeed before it is considered a failure. The default value is 5.



10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/aws-sdk-securityhub/types.rb', line 10501

class AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails < Struct.new(
  :command,
  :interval,
  :retries,
  :start_period,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end