Class: Aws::SecurityHub::Types::AwsEcsClusterDetails

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

Overview

Provides details about an Amazon ECS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_services_countInteger

The number of services that are running on the cluster in an ACTIVE state. You can view these services with the Amazon ECS ListServices API operation.

Returns:

  • (Integer)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_providersArray<String>

The short name of one or more capacity providers to associate with the cluster.

Returns:

  • (Array<String>)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_arnString

The Amazon Resource Name (ARN) that identifies the cluster.

Returns:

  • (String)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

A name that you use to identify your cluster.

Returns:

  • (String)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_settingsArray<Types::AwsEcsClusterClusterSettingsDetails>

The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.



9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::AwsEcsClusterConfigurationDetails

The run command configuration for the cluster.



9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#default_capacity_provider_strategyArray<Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails>

The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.



9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#registered_container_instances_countInteger

The number of container instances registered into the cluster. This includes container instances in both ACTIVE and DRAINING status.

Returns:

  • (Integer)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#running_tasks_countInteger

The number of tasks in the cluster that are in the RUNNING state.

Returns:

  • (Integer)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the cluster.

Returns:

  • (String)


9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9788

class AwsEcsClusterDetails < Struct.new(
  :cluster_arn,
  :active_services_count,
  :capacity_providers,
  :cluster_settings,
  :configuration,
  :default_capacity_provider_strategy,
  :cluster_name,
  :registered_container_instances_count,
  :running_tasks_count,
  :status)
  SENSITIVE = []
  include Aws::Structure
end