We recommend new projects start with resources from the AWS provider.
aws-native.ecs.Cluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.
Create Cluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Cluster(name: string, args?: ClusterArgs, opts?: CustomResourceOptions);@overload
def Cluster(resource_name: str,
            args: Optional[ClusterArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def Cluster(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            capacity_providers: Optional[Sequence[str]] = None,
            cluster_name: Optional[str] = None,
            cluster_settings: Optional[Sequence[ClusterSettingsArgs]] = None,
            configuration: Optional[ClusterConfigurationArgs] = None,
            default_capacity_provider_strategy: Optional[Sequence[ClusterCapacityProviderStrategyItemArgs]] = None,
            service_connect_defaults: Optional[ClusterServiceConnectDefaultsArgs] = None,
            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewCluster(ctx *Context, name string, args *ClusterArgs, opts ...ResourceOption) (*Cluster, error)public Cluster(string name, ClusterArgs? args = null, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: aws-native:ecs:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Cluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Cluster resource accepts the following input properties:
- CapacityProviders List<string>
- The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the CreateService or RunTask actions.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the CreateCapacityProvider API operation.
To use a FARGATElong capacity provider, specify either the FARGATEorFARGATE_SPOTcapacity providers. The FARGATElong capacity providers are available to all accounts and only need to be associated with a cluster to be used. The PutCapacityProvider API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
- ClusterName string
- A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.
- ClusterSettings List<Pulumi.Aws Native. Ecs. Inputs. Cluster Settings> 
- The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster. Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up. For more information, see Monitor Amazon ECS containers using Container Insights with enhanced observability in the Amazon Elastic Container Service Developer Guide.
- Configuration
Pulumi.Aws Native. Ecs. Inputs. Cluster Configuration 
- The execute command and managed storage configuration for the cluster.
- DefaultCapacity List<Pulumi.Provider Strategy Aws Native. Ecs. Inputs. Cluster Capacity Provider Strategy Item> 
- The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
- ServiceConnect Pulumi.Defaults Aws Native. Ecs. Inputs. Cluster Service Connect Defaults 
- Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the enabledparameter totruein theServiceConnectConfiguration. You can set the namespace of each service individually in theServiceConnectConfigurationto override this default parameter. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
- Tag keys and values are case-sensitive.
- Do not use aws:,AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
 
- CapacityProviders []string
- The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the CreateService or RunTask actions.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the CreateCapacityProvider API operation.
To use a FARGATElong capacity provider, specify either the FARGATEorFARGATE_SPOTcapacity providers. The FARGATElong capacity providers are available to all accounts and only need to be associated with a cluster to be used. The PutCapacityProvider API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
- ClusterName string
- A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.
- ClusterSettings []ClusterSettings Args 
- The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster. Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up. For more information, see Monitor Amazon ECS containers using Container Insights with enhanced observability in the Amazon Elastic Container Service Developer Guide.
- Configuration
ClusterConfiguration Args 
- The execute command and managed storage configuration for the cluster.
- DefaultCapacity []ClusterProvider Strategy Capacity Provider Strategy Item Args 
- The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
- ServiceConnect ClusterDefaults Service Connect Defaults Args 
- Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the enabledparameter totruein theServiceConnectConfiguration. You can set the namespace of each service individually in theServiceConnectConfigurationto override this default parameter. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- 
TagArgs 
- The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
- Tag keys and values are case-sensitive.
- Do not use aws:,AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
 
- capacityProviders List<String>
- The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the CreateService or RunTask actions.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the CreateCapacityProvider API operation.
To use a FARGATElong capacity provider, specify either the FARGATEorFARGATE_SPOTcapacity providers. The FARGATElong capacity providers are available to all accounts and only need to be associated with a cluster to be used. The PutCapacityProvider API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
- clusterName String
- A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.
- clusterSettings List<ClusterSettings> 
- The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster. Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up. For more information, see Monitor Amazon ECS containers using Container Insights with enhanced observability in the Amazon Elastic Container Service Developer Guide.
- configuration
ClusterConfiguration 
- The execute command and managed storage configuration for the cluster.
- defaultCapacity List<ClusterProvider Strategy Capacity Provider Strategy Item> 
- The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
- serviceConnect ClusterDefaults Service Connect Defaults 
- Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the enabledparameter totruein theServiceConnectConfiguration. You can set the namespace of each service individually in theServiceConnectConfigurationto override this default parameter. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- List<Tag>
- The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
- Tag keys and values are case-sensitive.
- Do not use aws:,AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
 
- capacityProviders string[]
- The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the CreateService or RunTask actions.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the CreateCapacityProvider API operation.
To use a FARGATElong capacity provider, specify either the FARGATEorFARGATE_SPOTcapacity providers. The FARGATElong capacity providers are available to all accounts and only need to be associated with a cluster to be used. The PutCapacityProvider API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
- clusterName string
- A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.
- clusterSettings ClusterSettings[] 
- The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster. Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up. For more information, see Monitor Amazon ECS containers using Container Insights with enhanced observability in the Amazon Elastic Container Service Developer Guide.
- configuration
ClusterConfiguration 
- The execute command and managed storage configuration for the cluster.
- defaultCapacity ClusterProvider Strategy Capacity Provider Strategy Item[] 
- The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
- serviceConnect ClusterDefaults Service Connect Defaults 
- Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the enabledparameter totruein theServiceConnectConfiguration. You can set the namespace of each service individually in theServiceConnectConfigurationto override this default parameter. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- Tag[]
- The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
- Tag keys and values are case-sensitive.
- Do not use aws:,AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
 
- capacity_providers Sequence[str]
- The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the CreateService or RunTask actions.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the CreateCapacityProvider API operation.
To use a FARGATElong capacity provider, specify either the FARGATEorFARGATE_SPOTcapacity providers. The FARGATElong capacity providers are available to all accounts and only need to be associated with a cluster to be used. The PutCapacityProvider API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
- cluster_name str
- A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.
- cluster_settings Sequence[ClusterSettings Args] 
- The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster. Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up. For more information, see Monitor Amazon ECS containers using Container Insights with enhanced observability in the Amazon Elastic Container Service Developer Guide.
- configuration
ClusterConfiguration Args 
- The execute command and managed storage configuration for the cluster.
- default_capacity_ Sequence[Clusterprovider_ strategy Capacity Provider Strategy Item Args] 
- The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
- service_connect_ Clusterdefaults Service Connect Defaults Args 
- Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the enabledparameter totruein theServiceConnectConfiguration. You can set the namespace of each service individually in theServiceConnectConfigurationto override this default parameter. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- 
Sequence[TagArgs] 
- The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
- Tag keys and values are case-sensitive.
- Do not use aws:,AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
 
- capacityProviders List<String>
- The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the CreateService or RunTask actions.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the CreateCapacityProvider API operation.
To use a FARGATElong capacity provider, specify either the FARGATEorFARGATE_SPOTcapacity providers. The FARGATElong capacity providers are available to all accounts and only need to be associated with a cluster to be used. The PutCapacityProvider API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
- clusterName String
- A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.
- clusterSettings List<Property Map>
- The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster. Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up. For more information, see Monitor Amazon ECS containers using Container Insights with enhanced observability in the Amazon Elastic Container Service Developer Guide.
- configuration Property Map
- The execute command and managed storage configuration for the cluster.
- defaultCapacity List<Property Map>Provider Strategy 
- The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
- serviceConnect Property MapDefaults 
- Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the enabledparameter totruein theServiceConnectConfiguration. You can set the namespace of each service individually in theServiceConnectConfigurationto override this default parameter. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- List<Property Map>
- The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:- Maximum number of tags per resource - 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8
- Maximum value length - 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
- Tag keys and values are case-sensitive.
- Do not use aws:,AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
 
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
Supporting Types
ClusterCapacityProviderStrategyItem, ClusterCapacityProviderStrategyItemArgs          
- Base int
- The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0is used.
- CapacityProvider string
- The short name of the capacity provider.
- Weight int
- The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weightvalue is taken into consideration after thebasevalue, if defined, is satisfied. If noweightvalue is specified, the default value of0is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of0can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of0, anyRunTaskorCreateServiceactions using the capacity provider strategy will fail. An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of1, then when thebaseis satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of1for capacityProviderA and a weight of4for capacityProviderB, then for every one task that's run using capacityProviderA, four tasks would use capacityProviderB.
- Base int
- The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0is used.
- CapacityProvider string
- The short name of the capacity provider.
- Weight int
- The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weightvalue is taken into consideration after thebasevalue, if defined, is satisfied. If noweightvalue is specified, the default value of0is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of0can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of0, anyRunTaskorCreateServiceactions using the capacity provider strategy will fail. An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of1, then when thebaseis satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of1for capacityProviderA and a weight of4for capacityProviderB, then for every one task that's run using capacityProviderA, four tasks would use capacityProviderB.
- base Integer
- The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0is used.
- capacityProvider String
- The short name of the capacity provider.
- weight Integer
- The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weightvalue is taken into consideration after thebasevalue, if defined, is satisfied. If noweightvalue is specified, the default value of0is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of0can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of0, anyRunTaskorCreateServiceactions using the capacity provider strategy will fail. An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of1, then when thebaseis satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of1for capacityProviderA and a weight of4for capacityProviderB, then for every one task that's run using capacityProviderA, four tasks would use capacityProviderB.
- base number
- The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0is used.
- capacityProvider string
- The short name of the capacity provider.
- weight number
- The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weightvalue is taken into consideration after thebasevalue, if defined, is satisfied. If noweightvalue is specified, the default value of0is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of0can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of0, anyRunTaskorCreateServiceactions using the capacity provider strategy will fail. An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of1, then when thebaseis satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of1for capacityProviderA and a weight of4for capacityProviderB, then for every one task that's run using capacityProviderA, four tasks would use capacityProviderB.
- base int
- The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0is used.
- capacity_provider str
- The short name of the capacity provider.
- weight int
- The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weightvalue is taken into consideration after thebasevalue, if defined, is satisfied. If noweightvalue is specified, the default value of0is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of0can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of0, anyRunTaskorCreateServiceactions using the capacity provider strategy will fail. An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of1, then when thebaseis satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of1for capacityProviderA and a weight of4for capacityProviderB, then for every one task that's run using capacityProviderA, four tasks would use capacityProviderB.
- base Number
- The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0is used.
- capacityProvider String
- The short name of the capacity provider.
- weight Number
- The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weightvalue is taken into consideration after thebasevalue, if defined, is satisfied. If noweightvalue is specified, the default value of0is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of0can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of0, anyRunTaskorCreateServiceactions using the capacity provider strategy will fail. An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of1, then when thebaseis satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of1for capacityProviderA and a weight of4for capacityProviderB, then for every one task that's run using capacityProviderA, four tasks would use capacityProviderB.
ClusterConfiguration, ClusterConfigurationArgs    
- ExecuteCommand Pulumi.Configuration Aws Native. Ecs. Inputs. Cluster Execute Command Configuration 
- The details of the execute command configuration.
- ManagedStorage Pulumi.Configuration Aws Native. Ecs. Inputs. Cluster Managed Storage Configuration 
- The details of the managed storage configuration.
- ExecuteCommand ClusterConfiguration Execute Command Configuration 
- The details of the execute command configuration.
- ManagedStorage ClusterConfiguration Managed Storage Configuration 
- The details of the managed storage configuration.
- executeCommand ClusterConfiguration Execute Command Configuration 
- The details of the execute command configuration.
- managedStorage ClusterConfiguration Managed Storage Configuration 
- The details of the managed storage configuration.
- executeCommand ClusterConfiguration Execute Command Configuration 
- The details of the execute command configuration.
- managedStorage ClusterConfiguration Managed Storage Configuration 
- The details of the managed storage configuration.
- execute_command_ Clusterconfiguration Execute Command Configuration 
- The details of the execute command configuration.
- managed_storage_ Clusterconfiguration Managed Storage Configuration 
- The details of the managed storage configuration.
- executeCommand Property MapConfiguration 
- The details of the execute command configuration.
- managedStorage Property MapConfiguration 
- The details of the managed storage configuration.
ClusterExecuteCommandConfiguration, ClusterExecuteCommandConfigurationArgs        
- KmsKey stringId 
- Specify an KMSlong key ID to encrypt the data between the local client and the container.
- LogConfiguration Pulumi.Aws Native. Ecs. Inputs. Cluster Execute Command Log Configuration 
- The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDEis specified, alogConfigurationmust be provided.
- Logging string
- The log setting to use for redirecting logs for your execute command results. The following log settings are available.- NONE: The execute command session is not logged.
- DEFAULT: The- awslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no- awslogslog driver is configured in the task definition, the output won't be logged.
- OVERRIDE: Specify the logging details as a part of- logConfiguration. If the- OVERRIDElogging option is specified, the- logConfigurationis required.
 
- KmsKey stringId 
- Specify an KMSlong key ID to encrypt the data between the local client and the container.
- LogConfiguration ClusterExecute Command Log Configuration 
- The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDEis specified, alogConfigurationmust be provided.
- Logging string
- The log setting to use for redirecting logs for your execute command results. The following log settings are available.- NONE: The execute command session is not logged.
- DEFAULT: The- awslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no- awslogslog driver is configured in the task definition, the output won't be logged.
- OVERRIDE: Specify the logging details as a part of- logConfiguration. If the- OVERRIDElogging option is specified, the- logConfigurationis required.
 
- kmsKey StringId 
- Specify an KMSlong key ID to encrypt the data between the local client and the container.
- logConfiguration ClusterExecute Command Log Configuration 
- The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDEis specified, alogConfigurationmust be provided.
- logging String
- The log setting to use for redirecting logs for your execute command results. The following log settings are available.- NONE: The execute command session is not logged.
- DEFAULT: The- awslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no- awslogslog driver is configured in the task definition, the output won't be logged.
- OVERRIDE: Specify the logging details as a part of- logConfiguration. If the- OVERRIDElogging option is specified, the- logConfigurationis required.
 
- kmsKey stringId 
- Specify an KMSlong key ID to encrypt the data between the local client and the container.
- logConfiguration ClusterExecute Command Log Configuration 
- The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDEis specified, alogConfigurationmust be provided.
- logging string
- The log setting to use for redirecting logs for your execute command results. The following log settings are available.- NONE: The execute command session is not logged.
- DEFAULT: The- awslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no- awslogslog driver is configured in the task definition, the output won't be logged.
- OVERRIDE: Specify the logging details as a part of- logConfiguration. If the- OVERRIDElogging option is specified, the- logConfigurationis required.
 
- kms_key_ strid 
- Specify an KMSlong key ID to encrypt the data between the local client and the container.
- log_configuration ClusterExecute Command Log Configuration 
- The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDEis specified, alogConfigurationmust be provided.
- logging str
- The log setting to use for redirecting logs for your execute command results. The following log settings are available.- NONE: The execute command session is not logged.
- DEFAULT: The- awslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no- awslogslog driver is configured in the task definition, the output won't be logged.
- OVERRIDE: Specify the logging details as a part of- logConfiguration. If the- OVERRIDElogging option is specified, the- logConfigurationis required.
 
- kmsKey StringId 
- Specify an KMSlong key ID to encrypt the data between the local client and the container.
- logConfiguration Property Map
- The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDEis specified, alogConfigurationmust be provided.
- logging String
- The log setting to use for redirecting logs for your execute command results. The following log settings are available.- NONE: The execute command session is not logged.
- DEFAULT: The- awslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no- awslogslog driver is configured in the task definition, the output won't be logged.
- OVERRIDE: Specify the logging details as a part of- logConfiguration. If the- OVERRIDElogging option is specified, the- logConfigurationis required.
 
ClusterExecuteCommandLogConfiguration, ClusterExecuteCommandLogConfigurationArgs          
- CloudWatch boolEncryption Enabled 
- Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
- CloudWatch stringLog Group Name 
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
- S3BucketName string
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
- S3EncryptionEnabled bool
- Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
- S3KeyPrefix string
- An optional folder in the S3 bucket to place logs in.
- CloudWatch boolEncryption Enabled 
- Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
- CloudWatch stringLog Group Name 
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
- S3BucketName string
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
- S3EncryptionEnabled bool
- Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
- S3KeyPrefix string
- An optional folder in the S3 bucket to place logs in.
- cloudWatch BooleanEncryption Enabled 
- Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
- cloudWatch StringLog Group Name 
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
- s3BucketName String
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
- s3EncryptionEnabled Boolean
- Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
- s3KeyPrefix String
- An optional folder in the S3 bucket to place logs in.
- cloudWatch booleanEncryption Enabled 
- Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
- cloudWatch stringLog Group Name 
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
- s3BucketName string
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
- s3EncryptionEnabled boolean
- Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
- s3KeyPrefix string
- An optional folder in the S3 bucket to place logs in.
- cloud_watch_ boolencryption_ enabled 
- Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
- cloud_watch_ strlog_ group_ name 
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
- s3_bucket_ strname 
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
- s3_encryption_ boolenabled 
- Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
- s3_key_ strprefix 
- An optional folder in the S3 bucket to place logs in.
- cloudWatch BooleanEncryption Enabled 
- Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
- cloudWatch StringLog Group Name 
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
- s3BucketName String
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
- s3EncryptionEnabled Boolean
- Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
- s3KeyPrefix String
- An optional folder in the S3 bucket to place logs in.
ClusterManagedStorageConfiguration, ClusterManagedStorageConfigurationArgs        
- FargateEphemeral stringStorage Kms Key Id 
- Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.
- KmsKey stringId 
- Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.
- FargateEphemeral stringStorage Kms Key Id 
- Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.
- KmsKey stringId 
- Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.
- fargateEphemeral StringStorage Kms Key Id 
- Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.
- kmsKey StringId 
- Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.
- fargateEphemeral stringStorage Kms Key Id 
- Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.
- kmsKey stringId 
- Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.
- fargate_ephemeral_ strstorage_ kms_ key_ id 
- Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.
- kms_key_ strid 
- Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.
- fargateEphemeral StringStorage Kms Key Id 
- Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.
- kmsKey StringId 
- Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.
ClusterServiceConnectDefaults, ClusterServiceConnectDefaultsArgs        
- Namespace string
- The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
If you update the cluster with an empty string ""for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately. For more information about CMAPlong, see Working with Services in the Developer Guide.
- Namespace string
- The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
If you update the cluster with an empty string ""for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately. For more information about CMAPlong, see Working with Services in the Developer Guide.
- namespace String
- The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
If you update the cluster with an empty string ""for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately. For more information about CMAPlong, see Working with Services in the Developer Guide.
- namespace string
- The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
If you update the cluster with an empty string ""for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately. For more information about CMAPlong, see Working with Services in the Developer Guide.
- namespace str
- The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
If you update the cluster with an empty string ""for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately. For more information about CMAPlong, see Working with Services in the Developer Guide.
- namespace String
- The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
If you update the cluster with an empty string ""for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately. For more information about CMAPlong, see Working with Services in the Developer Guide.
ClusterSettings, ClusterSettingsArgs    
- Name string
- The name of the cluster setting. The value is containerInsights.
- Value string
- The value to set for the cluster setting. The supported values are enhanced,enabled, anddisabled. To use Container Insights with enhanced observability, set thecontainerInsightsaccount setting toenhanced. To use Container Insights, set thecontainerInsightsaccount setting toenabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.
- Name string
- The name of the cluster setting. The value is containerInsights.
- Value string
- The value to set for the cluster setting. The supported values are enhanced,enabled, anddisabled. To use Container Insights with enhanced observability, set thecontainerInsightsaccount setting toenhanced. To use Container Insights, set thecontainerInsightsaccount setting toenabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.
- name String
- The name of the cluster setting. The value is containerInsights.
- value String
- The value to set for the cluster setting. The supported values are enhanced,enabled, anddisabled. To use Container Insights with enhanced observability, set thecontainerInsightsaccount setting toenhanced. To use Container Insights, set thecontainerInsightsaccount setting toenabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.
- name string
- The name of the cluster setting. The value is containerInsights.
- value string
- The value to set for the cluster setting. The supported values are enhanced,enabled, anddisabled. To use Container Insights with enhanced observability, set thecontainerInsightsaccount setting toenhanced. To use Container Insights, set thecontainerInsightsaccount setting toenabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.
- name str
- The name of the cluster setting. The value is containerInsights.
- value str
- The value to set for the cluster setting. The supported values are enhanced,enabled, anddisabled. To use Container Insights with enhanced observability, set thecontainerInsightsaccount setting toenhanced. To use Container Insights, set thecontainerInsightsaccount setting toenabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.
- name String
- The name of the cluster setting. The value is containerInsights.
- value String
- The value to set for the cluster setting. The supported values are enhanced,enabled, anddisabled. To use Container Insights with enhanced observability, set thecontainerInsightsaccount setting toenhanced. To use Container Insights, set thecontainerInsightsaccount setting toenabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.