aws-sdk-ecs 1.78.0 → 1.82.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs.rb +1 -1
- data/lib/aws-sdk-ecs/client.rb +215 -215
- data/lib/aws-sdk-ecs/types.rb +306 -318
- metadata +4 -4
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -181,8 +181,8 @@ module Aws::ECS
|
|
181
181
|
# from being terminated during a scale-in action. The Auto Scaling
|
182
182
|
# group and each instance in the Auto Scaling group must have instance
|
183
183
|
# protection from scale-in actions enabled as well. For more
|
184
|
-
# information, see [Instance Protection][1] in the *
|
185
|
-
#
|
184
|
+
# information, see [Instance Protection][1] in the *Auto Scaling User
|
185
|
+
# Guide*.
|
186
186
|
#
|
187
187
|
# When managed termination protection is disabled, your Amazon EC2
|
188
188
|
# instances are not protected from termination when the Auto Scaling
|
@@ -237,8 +237,8 @@ module Aws::ECS
|
|
237
237
|
# from being terminated during a scale-in action. The Auto Scaling
|
238
238
|
# group and each instance in the Auto Scaling group must have instance
|
239
239
|
# protection from scale-in actions enabled as well. For more
|
240
|
-
# information, see [Instance Protection][1] in the *
|
241
|
-
#
|
240
|
+
# information, see [Instance Protection][1] in the *Auto Scaling User
|
241
|
+
# Guide*.
|
242
242
|
#
|
243
243
|
# When managed termination protection is disabled, your Amazon EC2
|
244
244
|
# instances are not protected from termination when the Auto Scaling
|
@@ -305,8 +305,8 @@ module Aws::ECS
|
|
305
305
|
include Aws::Structure
|
306
306
|
end
|
307
307
|
|
308
|
-
# Your
|
309
|
-
# Support][1].
|
308
|
+
# Your Amazon Web Services account has been blocked. For more
|
309
|
+
# information, contact [ Amazon Web Services Support][1].
|
310
310
|
#
|
311
311
|
#
|
312
312
|
#
|
@@ -387,9 +387,9 @@ module Aws::ECS
|
|
387
387
|
#
|
388
388
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
389
389
|
# of such as a prefix for either keys or values as it is reserved
|
390
|
-
# for
|
391
|
-
# this prefix. Tags with this prefix do not count
|
392
|
-
# per resource limit.
|
390
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
391
|
+
# values with this prefix. Tags with this prefix do not count
|
392
|
+
# against your tags per resource limit.
|
393
393
|
# @return [Array<Types::Tag>]
|
394
394
|
#
|
395
395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/CapacityProvider AWS API Documentation
|
@@ -421,10 +421,10 @@ module Aws::ECS
|
|
421
421
|
# capacity providers can be created with the CreateCapacityProvider API
|
422
422
|
# operation.
|
423
423
|
#
|
424
|
-
# To use a
|
425
|
-
#
|
426
|
-
#
|
427
|
-
#
|
424
|
+
# To use a Fargate capacity provider, specify either the `FARGATE` or
|
425
|
+
# `FARGATE_SPOT` capacity providers. The Fargate capacity providers are
|
426
|
+
# available to all accounts and only need to be associated with a
|
427
|
+
# cluster to be used in a capacity provider strategy.
|
428
428
|
#
|
429
429
|
# @note When making an API call, you may pass CapacityProviderStrategyItem
|
430
430
|
# data as a hash:
|
@@ -505,7 +505,7 @@ module Aws::ECS
|
|
505
505
|
# @!attribute [rw] cluster_arn
|
506
506
|
# The Amazon Resource Name (ARN) that identifies the cluster. The ARN
|
507
507
|
# contains the `arn:aws:ecs` namespace, followed by the Region of the
|
508
|
-
# cluster, the
|
508
|
+
# cluster, the account ID of the cluster owner, the `cluster`
|
509
509
|
# namespace, and then the cluster name. For example,
|
510
510
|
# `arn:aws:ecs:region:012345678910:cluster/test`.
|
511
511
|
# @return [String]
|
@@ -615,9 +615,9 @@ module Aws::ECS
|
|
615
615
|
#
|
616
616
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
617
617
|
# of such as a prefix for either keys or values as it is reserved
|
618
|
-
# for
|
619
|
-
# this prefix. Tags with this prefix do not count
|
620
|
-
# per resource limit.
|
618
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
619
|
+
# values with this prefix. Tags with this prefix do not count
|
620
|
+
# against your tags per resource limit.
|
621
621
|
# @return [Array<Types::Tag>]
|
622
622
|
#
|
623
623
|
# @!attribute [rw] settings
|
@@ -1635,7 +1635,7 @@ module Aws::ECS
|
|
1635
1635
|
# `--privileged` option to [docker run][3].
|
1636
1636
|
#
|
1637
1637
|
# <note markdown="1"> This parameter is not supported for Windows containers or tasks run
|
1638
|
-
# on
|
1638
|
+
# on Fargate.
|
1639
1639
|
#
|
1640
1640
|
# </note>
|
1641
1641
|
#
|
@@ -2054,14 +2054,17 @@ module Aws::ECS
|
|
2054
2054
|
# @!attribute [rw] container_instance_arn
|
2055
2055
|
# The Amazon Resource Name (ARN) of the container instance. The ARN
|
2056
2056
|
# contains the `arn:aws:ecs` namespace, followed by the Region of the
|
2057
|
-
# container instance, the
|
2058
|
-
#
|
2059
|
-
#
|
2057
|
+
# container instance, the account ID of the container instance owner,
|
2058
|
+
# the `container-instance` namespace, and then the container instance
|
2059
|
+
# ID. For example,
|
2060
2060
|
# `arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID`.
|
2061
2061
|
# @return [String]
|
2062
2062
|
#
|
2063
2063
|
# @!attribute [rw] ec2_instance_id
|
2064
|
-
# The
|
2064
|
+
# The ID of the container instance. For Amazon EC2 instances, this
|
2065
|
+
# value is the Amazon EC2 instance ID. For external instances, this
|
2066
|
+
# value is the Amazon Web Services Systems Manager managed instance
|
2067
|
+
# ID.
|
2065
2068
|
# @return [String]
|
2066
2069
|
#
|
2067
2070
|
# @!attribute [rw] capacity_provider_name
|
@@ -2202,9 +2205,9 @@ module Aws::ECS
|
|
2202
2205
|
#
|
2203
2206
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
2204
2207
|
# of such as a prefix for either keys or values as it is reserved
|
2205
|
-
# for
|
2206
|
-
# this prefix. Tags with this prefix do not count
|
2207
|
-
# per resource limit.
|
2208
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
2209
|
+
# values with this prefix. Tags with this prefix do not count
|
2210
|
+
# against your tags per resource limit.
|
2208
2211
|
# @return [Array<Types::Tag>]
|
2209
2212
|
#
|
2210
2213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ContainerInstance AWS API Documentation
|
@@ -2455,9 +2458,9 @@ module Aws::ECS
|
|
2455
2458
|
#
|
2456
2459
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
2457
2460
|
# of such as a prefix for either keys or values as it is reserved
|
2458
|
-
# for
|
2459
|
-
# this prefix. Tags with this prefix do not count
|
2460
|
-
# per resource limit.
|
2461
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
2462
|
+
# values with this prefix. Tags with this prefix do not count
|
2463
|
+
# against your tags per resource limit.
|
2461
2464
|
# @return [Array<Types::Tag>]
|
2462
2465
|
#
|
2463
2466
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/CreateCapacityProviderRequest AWS API Documentation
|
@@ -2555,9 +2558,9 @@ module Aws::ECS
|
|
2555
2558
|
#
|
2556
2559
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
2557
2560
|
# of such as a prefix for either keys or values as it is reserved
|
2558
|
-
# for
|
2559
|
-
# this prefix. Tags with this prefix do not count
|
2560
|
-
# per resource limit.
|
2561
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
2562
|
+
# values with this prefix. Tags with this prefix do not count
|
2563
|
+
# against your tags per resource limit.
|
2561
2564
|
# @return [Array<Types::Tag>]
|
2562
2565
|
#
|
2563
2566
|
# @!attribute [rw] settings
|
@@ -2584,10 +2587,10 @@ module Aws::ECS
|
|
2584
2587
|
# providers can be created with the CreateCapacityProvider API
|
2585
2588
|
# operation.
|
2586
2589
|
#
|
2587
|
-
# To use a
|
2588
|
-
#
|
2589
|
-
#
|
2590
|
-
#
|
2590
|
+
# To use a Fargate capacity provider, specify either the `FARGATE` or
|
2591
|
+
# `FARGATE_SPOT` capacity providers. The Fargate capacity providers
|
2592
|
+
# are available to all accounts and only need to be associated with a
|
2593
|
+
# cluster to be used.
|
2591
2594
|
#
|
2592
2595
|
# The PutClusterCapacityProviders API operation is used to update the
|
2593
2596
|
# list of available capacity providers for a cluster after the cluster
|
@@ -2656,7 +2659,7 @@ module Aws::ECS
|
|
2656
2659
|
# ],
|
2657
2660
|
# desired_count: 1,
|
2658
2661
|
# client_token: "String",
|
2659
|
-
# launch_type: "EC2", # accepts EC2, FARGATE
|
2662
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
2660
2663
|
# capacity_provider_strategy: [
|
2661
2664
|
# {
|
2662
2665
|
# capacity_provider: "String", # required
|
@@ -2747,15 +2750,15 @@ module Aws::ECS
|
|
2747
2750
|
#
|
2748
2751
|
# If the service is using the `CODE_DEPLOY` deployment controller, the
|
2749
2752
|
# service is required to use either an Application Load Balancer or
|
2750
|
-
# Network Load Balancer. When creating an
|
2751
|
-
#
|
2752
|
-
#
|
2753
|
-
#
|
2754
|
-
#
|
2755
|
-
#
|
2756
|
-
#
|
2757
|
-
#
|
2758
|
-
#
|
2753
|
+
# Network Load Balancer. When creating an CodeDeploy deployment group,
|
2754
|
+
# you specify two target groups (referred to as a `targetGroupPair`).
|
2755
|
+
# During a deployment, CodeDeploy determines which task set in your
|
2756
|
+
# service has the status `PRIMARY` and associates one target group
|
2757
|
+
# with it, and then associates the other target group with the
|
2758
|
+
# replacement task set. The load balancer can also have up to two
|
2759
|
+
# listeners: a required listener for production traffic and an
|
2760
|
+
# optional listener that allows you perform validation tests with
|
2761
|
+
# Lambda functions before routing production traffic to it.
|
2759
2762
|
#
|
2760
2763
|
# After you create a service using the `ECS` deployment controller,
|
2761
2764
|
# the load balancer name or target group ARN, container name, and
|
@@ -2823,25 +2826,33 @@ module Aws::ECS
|
|
2823
2826
|
# @return [String]
|
2824
2827
|
#
|
2825
2828
|
# @!attribute [rw] launch_type
|
2826
|
-
# The
|
2827
|
-
#
|
2828
|
-
#
|
2829
|
-
# Guide*.
|
2829
|
+
# The infrastructure on which to run your service. For more
|
2830
|
+
# information, see [Amazon ECS launch types][1] in the *Amazon Elastic
|
2831
|
+
# Container Service Developer Guide*.
|
2830
2832
|
#
|
2831
|
-
#
|
2832
|
-
#
|
2833
|
-
# use a capacity provider strategy with the `FARGATE_SPOT` capacity
|
2834
|
-
# provider.
|
2833
|
+
# The `FARGATE` launch type runs your tasks on Fargate On-Demand
|
2834
|
+
# infrastructure.
|
2835
2835
|
#
|
2836
|
-
#
|
2837
|
-
#
|
2836
|
+
# <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
|
2837
|
+
# provider strategy must be used. For more information, see [Fargate
|
2838
|
+
# capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
|
2838
2839
|
#
|
2839
|
-
#
|
2840
|
-
#
|
2840
|
+
# </note>
|
2841
|
+
#
|
2842
|
+
# The `EC2` launch type runs your tasks on Amazon EC2 instances
|
2843
|
+
# registered to your cluster.
|
2844
|
+
#
|
2845
|
+
# The `EXTERNAL` launch type runs your tasks on your on-premise server
|
2846
|
+
# or virtual machine (VM) capacity registered to your cluster.
|
2847
|
+
#
|
2848
|
+
# A service can use either a launch type or a capacity provider
|
2849
|
+
# strategy. If a `launchType` is specified, the
|
2850
|
+
# `capacityProviderStrategy` parameter must be omitted.
|
2841
2851
|
#
|
2842
2852
|
#
|
2843
2853
|
#
|
2844
2854
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
|
2855
|
+
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html
|
2845
2856
|
# @return [String]
|
2846
2857
|
#
|
2847
2858
|
# @!attribute [rw] capacity_provider_strategy
|
@@ -2857,7 +2868,7 @@ module Aws::ECS
|
|
2857
2868
|
# The platform version that your tasks in the service are running on.
|
2858
2869
|
# A platform version is specified only for tasks using the Fargate
|
2859
2870
|
# launch type. If one isn't specified, the `LATEST` platform version
|
2860
|
-
# is used by default. For more information, see [
|
2871
|
+
# is used by default. For more information, see [Fargate platform
|
2861
2872
|
# versions][1] in the *Amazon Elastic Container Service Developer
|
2862
2873
|
# Guide*.
|
2863
2874
|
#
|
@@ -3011,9 +3022,9 @@ module Aws::ECS
|
|
3011
3022
|
#
|
3012
3023
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
3013
3024
|
# of such as a prefix for either keys or values as it is reserved
|
3014
|
-
# for
|
3015
|
-
# this prefix. Tags with this prefix do not count
|
3016
|
-
# per resource limit.
|
3025
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
3026
|
+
# values with this prefix. Tags with this prefix do not count
|
3027
|
+
# against your tags per resource limit.
|
3017
3028
|
# @return [Array<Types::Tag>]
|
3018
3029
|
#
|
3019
3030
|
# @!attribute [rw] enable_ecs_managed_tags
|
@@ -3073,6 +3084,10 @@ module Aws::ECS
|
|
3073
3084
|
# @!attribute [rw] service
|
3074
3085
|
# The full description of your service following the create call.
|
3075
3086
|
#
|
3087
|
+
# A service will return either a `capacityProviderStrategy` or
|
3088
|
+
# `launchType` parameter, but not both, depending on which one was
|
3089
|
+
# specified during creation.
|
3090
|
+
#
|
3076
3091
|
# If a service is using the `ECS` deployment controller, the
|
3077
3092
|
# `deploymentController` and `taskSets` parameters will not be
|
3078
3093
|
# returned.
|
@@ -3122,7 +3137,7 @@ module Aws::ECS
|
|
3122
3137
|
# container_port: 1,
|
3123
3138
|
# },
|
3124
3139
|
# ],
|
3125
|
-
# launch_type: "EC2", # accepts EC2, FARGATE
|
3140
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
3126
3141
|
# capacity_provider_strategy: [
|
3127
3142
|
# {
|
3128
3143
|
# capacity_provider: "String", # required
|
@@ -3158,8 +3173,8 @@ module Aws::ECS
|
|
3158
3173
|
# An optional non-unique tag that identifies this task set in external
|
3159
3174
|
# systems. If the task set is associated with a service discovery
|
3160
3175
|
# registry, the tasks in this task set will have the
|
3161
|
-
# `ECS_TASK_SET_EXTERNAL_ID`
|
3162
|
-
#
|
3176
|
+
# `ECS_TASK_SET_EXTERNAL_ID` Cloud Map attribute set to the provided
|
3177
|
+
# value.
|
3163
3178
|
# @return [String]
|
3164
3179
|
#
|
3165
3180
|
# @!attribute [rw] task_definition
|
@@ -3218,10 +3233,10 @@ module Aws::ECS
|
|
3218
3233
|
# providers can be created with the CreateCapacityProvider API
|
3219
3234
|
# operation.
|
3220
3235
|
#
|
3221
|
-
# To use a
|
3222
|
-
#
|
3223
|
-
#
|
3224
|
-
#
|
3236
|
+
# To use a Fargate capacity provider, specify either the `FARGATE` or
|
3237
|
+
# `FARGATE_SPOT` capacity providers. The Fargate capacity providers
|
3238
|
+
# are available to all accounts and only need to be associated with a
|
3239
|
+
# cluster to be used.
|
3225
3240
|
#
|
3226
3241
|
# The PutClusterCapacityProviders API operation is used to update the
|
3227
3242
|
# list of available capacity providers for a cluster after the cluster
|
@@ -3272,9 +3287,9 @@ module Aws::ECS
|
|
3272
3287
|
#
|
3273
3288
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
3274
3289
|
# of such as a prefix for either keys or values as it is reserved
|
3275
|
-
# for
|
3276
|
-
# this prefix. Tags with this prefix do not count
|
3277
|
-
# per resource limit.
|
3290
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
3291
|
+
# values with this prefix. Tags with this prefix do not count
|
3292
|
+
# against your tags per resource limit.
|
3278
3293
|
# @return [Array<Types::Tag>]
|
3279
3294
|
#
|
3280
3295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/CreateTaskSetRequest AWS API Documentation
|
@@ -3298,10 +3313,10 @@ module Aws::ECS
|
|
3298
3313
|
end
|
3299
3314
|
|
3300
3315
|
# @!attribute [rw] task_set
|
3301
|
-
# Information about a set of Amazon ECS tasks in either an
|
3302
|
-
#
|
3303
|
-
#
|
3304
|
-
#
|
3316
|
+
# Information about a set of Amazon ECS tasks in either an CodeDeploy
|
3317
|
+
# or an `EXTERNAL` deployment. A task set includes details such as the
|
3318
|
+
# desired number of tasks, how many tasks are running, and whether the
|
3319
|
+
# task set serves production traffic.
|
3305
3320
|
# @return [Types::TaskSet]
|
3306
3321
|
#
|
3307
3322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/CreateTaskSetResponse AWS API Documentation
|
@@ -3659,7 +3674,7 @@ module Aws::ECS
|
|
3659
3674
|
# The platform version on which your tasks in the service are running.
|
3660
3675
|
# A platform version is only specified for tasks using the Fargate
|
3661
3676
|
# launch type. If one is not specified, the `LATEST` platform version
|
3662
|
-
# is used by default. For more information, see [
|
3677
|
+
# is used by default. For more information, see [Fargate Platform
|
3663
3678
|
# Versions][1] in the *Amazon Elastic Container Service Developer
|
3664
3679
|
# Guide*.
|
3665
3680
|
#
|
@@ -3886,9 +3901,9 @@ module Aws::ECS
|
|
3886
3901
|
# CODE\_DEPLOY
|
3887
3902
|
#
|
3888
3903
|
# : The blue/green (`CODE_DEPLOY`) deployment type uses the blue/green
|
3889
|
-
# deployment model powered by
|
3890
|
-
#
|
3891
|
-
#
|
3904
|
+
# deployment model powered by CodeDeploy, which allows you to verify
|
3905
|
+
# a new deployment of a service before sending production traffic to
|
3906
|
+
# it.
|
3892
3907
|
#
|
3893
3908
|
# EXTERNAL
|
3894
3909
|
#
|
@@ -3923,7 +3938,7 @@ module Aws::ECS
|
|
3923
3938
|
# @!attribute [rw] container_instance
|
3924
3939
|
# The container instance ID or full ARN of the container instance to
|
3925
3940
|
# deregister. The ARN contains the `arn:aws:ecs` namespace, followed
|
3926
|
-
# by the Region of the container instance, the
|
3941
|
+
# by the Region of the container instance, the account ID of the
|
3927
3942
|
# container instance owner, the `container-instance` namespace, and
|
3928
3943
|
# then the container instance ID. For example,
|
3929
3944
|
# `arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID`.
|
@@ -4101,9 +4116,9 @@ module Aws::ECS
|
|
4101
4116
|
# @return [Array<String>]
|
4102
4117
|
#
|
4103
4118
|
# @!attribute [rw] include
|
4104
|
-
# Whether to include additional information about
|
4105
|
-
# response. If this field is omitted,
|
4106
|
-
#
|
4119
|
+
# Whether to include additional information about the clusters in the
|
4120
|
+
# response. If this field is omitted, this information isn't
|
4121
|
+
# included.
|
4107
4122
|
#
|
4108
4123
|
# If `ATTACHMENTS` is specified, the attachments for the container
|
4109
4124
|
# instances or tasks within the cluster are included.
|
@@ -4111,24 +4126,8 @@ module Aws::ECS
|
|
4111
4126
|
# If `SETTINGS` is specified, the settings for the cluster are
|
4112
4127
|
# included.
|
4113
4128
|
#
|
4114
|
-
# If `STATISTICS` is specified, the
|
4115
|
-
# separated by launch type
|
4116
|
-
#
|
4117
|
-
# * runningEC2TasksCount
|
4118
|
-
#
|
4119
|
-
# * runningFargateTasksCount
|
4120
|
-
#
|
4121
|
-
# * pendingEC2TasksCount
|
4122
|
-
#
|
4123
|
-
# * pendingFargateTasksCount
|
4124
|
-
#
|
4125
|
-
# * activeEC2ServiceCount
|
4126
|
-
#
|
4127
|
-
# * activeFargateServiceCount
|
4128
|
-
#
|
4129
|
-
# * drainingEC2ServiceCount
|
4130
|
-
#
|
4131
|
-
# * drainingFargateServiceCount
|
4129
|
+
# If `STATISTICS` is specified, the task and service count is
|
4130
|
+
# included, separated by launch type.
|
4132
4131
|
#
|
4133
4132
|
# If `TAGS` is specified, the metadata tags associated with the
|
4134
4133
|
# cluster are included.
|
@@ -4332,9 +4331,9 @@ module Aws::ECS
|
|
4332
4331
|
#
|
4333
4332
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
4334
4333
|
# of such as a prefix for either keys or values as it is reserved
|
4335
|
-
# for
|
4336
|
-
# this prefix. Tags with this prefix do not count
|
4337
|
-
# per resource limit.
|
4334
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
4335
|
+
# values with this prefix. Tags with this prefix do not count
|
4336
|
+
# against your tags per resource limit.
|
4338
4337
|
# @return [Array<Types::Tag>]
|
4339
4338
|
#
|
4340
4339
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DescribeTaskDefinitionResponse AWS API Documentation
|
@@ -4504,7 +4503,7 @@ module Aws::ECS
|
|
4504
4503
|
# @!attribute [rw] container_instance
|
4505
4504
|
# The container instance ID or full ARN of the container instance. The
|
4506
4505
|
# ARN contains the `arn:aws:ecs` namespace, followed by the Region of
|
4507
|
-
# the container instance, the
|
4506
|
+
# the container instance, the account ID of the container instance
|
4508
4507
|
# owner, the `container-instance` namespace, and then the container
|
4509
4508
|
# instance ID. For example,
|
4510
4509
|
# `arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID`.
|
@@ -4816,11 +4815,11 @@ module Aws::ECS
|
|
4816
4815
|
|
4817
4816
|
# The amount of ephemeral storage to allocate for the task. This
|
4818
4817
|
# parameter is used to expand the total amount of ephemeral storage
|
4819
|
-
# available, beyond the default amount, for tasks hosted on
|
4820
|
-
#
|
4821
|
-
# User Guide for
|
4818
|
+
# available, beyond the default amount, for tasks hosted on Fargate. For
|
4819
|
+
# more information, see [Fargate task storage][1] in the *Amazon ECS
|
4820
|
+
# User Guide for Fargate*.
|
4822
4821
|
#
|
4823
|
-
# <note markdown="1"> This parameter is only supported for tasks hosted on
|
4822
|
+
# <note markdown="1"> This parameter is only supported for tasks hosted on Fargate using
|
4824
4823
|
# platform version `1.4.0` or later.
|
4825
4824
|
#
|
4826
4825
|
# </note>
|
@@ -4868,8 +4867,8 @@ module Aws::ECS
|
|
4868
4867
|
# }
|
4869
4868
|
#
|
4870
4869
|
# @!attribute [rw] kms_key_id
|
4871
|
-
# Specify an
|
4872
|
-
#
|
4870
|
+
# Specify an Key Management Service key ID to encrypt the data between
|
4871
|
+
# the local client and the container.
|
4873
4872
|
# @return [String]
|
4874
4873
|
#
|
4875
4874
|
# @!attribute [rw] logging
|
@@ -5074,14 +5073,14 @@ module Aws::ECS
|
|
5074
5073
|
# @!attribute [rw] credentials_parameter
|
5075
5074
|
# The authorization credential option to use. The authorization
|
5076
5075
|
# credential options can be provided using either the Amazon Resource
|
5077
|
-
# Name (ARN) of an
|
5078
|
-
#
|
5076
|
+
# Name (ARN) of an Secrets Manager secret or SSM Parameter Store
|
5077
|
+
# parameter. The ARNs refer to the stored credentials.
|
5079
5078
|
# @return [String]
|
5080
5079
|
#
|
5081
5080
|
# @!attribute [rw] domain
|
5082
|
-
# A fully qualified domain name hosted by an [
|
5083
|
-
#
|
5084
|
-
#
|
5081
|
+
# A fully qualified domain name hosted by an [Directory Service][1]
|
5082
|
+
# Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon
|
5083
|
+
# EC2.
|
5085
5084
|
#
|
5086
5085
|
#
|
5087
5086
|
#
|
@@ -5209,8 +5208,8 @@ module Aws::ECS
|
|
5209
5208
|
# FireLens Configuration][1] in the *Amazon Elastic Container Service
|
5210
5209
|
# Developer Guide*.
|
5211
5210
|
#
|
5212
|
-
# <note markdown="1"> Tasks hosted on
|
5213
|
-
#
|
5211
|
+
# <note markdown="1"> Tasks hosted on Fargate only support the `file` configuration file
|
5212
|
+
# type.
|
5214
5213
|
#
|
5215
5214
|
# </note>
|
5216
5215
|
#
|
@@ -5274,7 +5273,7 @@ module Aws::ECS
|
|
5274
5273
|
#
|
5275
5274
|
# * Container health checks are supported for Fargate tasks if you are
|
5276
5275
|
# using platform version 1.1.0 or greater. For more information, see
|
5277
|
-
# [
|
5276
|
+
# [Fargate Platform Versions][2].
|
5278
5277
|
#
|
5279
5278
|
# * Container health checks are not supported for tasks that are part of
|
5280
5279
|
# a service that is configured to use a Classic Load Balancer.
|
@@ -5522,7 +5521,7 @@ module Aws::ECS
|
|
5522
5521
|
# `CapAdd` in the [Create a container][1] section of the [Docker
|
5523
5522
|
# Remote API][2] and the `--cap-add` option to [docker run][3].
|
5524
5523
|
#
|
5525
|
-
# <note markdown="1"> Tasks launched on
|
5524
|
+
# <note markdown="1"> Tasks launched on Fargate only support adding the `SYS_PTRACE`
|
5526
5525
|
# kernel capability.
|
5527
5526
|
#
|
5528
5527
|
# </note>
|
@@ -6125,14 +6124,14 @@ module Aws::ECS
|
|
6125
6124
|
# cluster: "String",
|
6126
6125
|
# next_token: "String",
|
6127
6126
|
# max_results: 1,
|
6128
|
-
# launch_type: "EC2", # accepts EC2, FARGATE
|
6127
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
6129
6128
|
# scheduling_strategy: "REPLICA", # accepts REPLICA, DAEMON
|
6130
6129
|
# }
|
6131
6130
|
#
|
6132
6131
|
# @!attribute [rw] cluster
|
6133
|
-
# The short name or full Amazon Resource Name (ARN) of the cluster
|
6134
|
-
#
|
6135
|
-
# the default cluster is assumed.
|
6132
|
+
# The short name or full Amazon Resource Name (ARN) of the cluster to
|
6133
|
+
# use when filtering the `ListServices` results. If you do not specify
|
6134
|
+
# a cluster, the default cluster is assumed.
|
6136
6135
|
# @return [String]
|
6137
6136
|
#
|
6138
6137
|
# @!attribute [rw] next_token
|
@@ -6160,11 +6159,12 @@ module Aws::ECS
|
|
6160
6159
|
# @return [Integer]
|
6161
6160
|
#
|
6162
6161
|
# @!attribute [rw] launch_type
|
6163
|
-
# The launch type
|
6162
|
+
# The launch type to use when filtering the `ListServices` results.
|
6164
6163
|
# @return [String]
|
6165
6164
|
#
|
6166
6165
|
# @!attribute [rw] scheduling_strategy
|
6167
|
-
# The scheduling strategy
|
6166
|
+
# The scheduling strategy to use when filtering the `ListServices`
|
6167
|
+
# results.
|
6168
6168
|
# @return [String]
|
6169
6169
|
#
|
6170
6170
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ListServicesRequest AWS API Documentation
|
@@ -6430,26 +6430,26 @@ module Aws::ECS
|
|
6430
6430
|
# started_by: "String",
|
6431
6431
|
# service_name: "String",
|
6432
6432
|
# desired_status: "RUNNING", # accepts RUNNING, PENDING, STOPPED
|
6433
|
-
# launch_type: "EC2", # accepts EC2, FARGATE
|
6433
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
6434
6434
|
# }
|
6435
6435
|
#
|
6436
6436
|
# @!attribute [rw] cluster
|
6437
|
-
# The short name or full Amazon Resource Name (ARN) of the cluster
|
6438
|
-
#
|
6439
|
-
# default cluster is assumed.
|
6437
|
+
# The short name or full Amazon Resource Name (ARN) of the cluster to
|
6438
|
+
# use when filtering the `ListTasks` results. If you do not specify a
|
6439
|
+
# cluster, the default cluster is assumed.
|
6440
6440
|
# @return [String]
|
6441
6441
|
#
|
6442
6442
|
# @!attribute [rw] container_instance
|
6443
|
-
# The container instance ID or full ARN of the container instance
|
6444
|
-
#
|
6443
|
+
# The container instance ID or full ARN of the container instance to
|
6444
|
+
# use when filtering the `ListTasks` results. Specifying a
|
6445
6445
|
# `containerInstance` limits the results to tasks that belong to that
|
6446
6446
|
# container instance.
|
6447
6447
|
# @return [String]
|
6448
6448
|
#
|
6449
6449
|
# @!attribute [rw] family
|
6450
|
-
# The name of the
|
6451
|
-
# Specifying a `family` limits the results to
|
6452
|
-
# that family.
|
6450
|
+
# The name of the task definition family to use when filtering the
|
6451
|
+
# `ListTasks` results. Specifying a `family` limits the results to
|
6452
|
+
# tasks that belong to that family.
|
6453
6453
|
# @return [String]
|
6454
6454
|
#
|
6455
6455
|
# @!attribute [rw] next_token
|
@@ -6483,13 +6483,13 @@ module Aws::ECS
|
|
6483
6483
|
# @return [String]
|
6484
6484
|
#
|
6485
6485
|
# @!attribute [rw] service_name
|
6486
|
-
# The name of the service
|
6486
|
+
# The name of the service to use when filtering the `ListTasks`
|
6487
6487
|
# results. Specifying a `serviceName` limits the results to tasks that
|
6488
6488
|
# belong to that service.
|
6489
6489
|
# @return [String]
|
6490
6490
|
#
|
6491
6491
|
# @!attribute [rw] desired_status
|
6492
|
-
# The task desired status
|
6492
|
+
# The task desired status to use when filtering the `ListTasks`
|
6493
6493
|
# results. Specifying a `desiredStatus` of `STOPPED` limits the
|
6494
6494
|
# results to tasks that Amazon ECS has set the desired status to
|
6495
6495
|
# `STOPPED`. This can be useful for debugging tasks that are not
|
@@ -6506,7 +6506,7 @@ module Aws::ECS
|
|
6506
6506
|
# @return [String]
|
6507
6507
|
#
|
6508
6508
|
# @!attribute [rw] launch_type
|
6509
|
-
# The launch type
|
6509
|
+
# The launch type to use when filtering the `ListTasks` results.
|
6510
6510
|
# @return [String]
|
6511
6511
|
#
|
6512
6512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ListTasksRequest AWS API Documentation
|
@@ -6655,7 +6655,7 @@ module Aws::ECS
|
|
6655
6655
|
# configuration][5] in the *Amazon Elastic Container Service Developer
|
6656
6656
|
# Guide*.
|
6657
6657
|
#
|
6658
|
-
# * For tasks on
|
6658
|
+
# * For tasks on Fargate, because you do not have access to the
|
6659
6659
|
# underlying infrastructure your tasks are hosted on, any additional
|
6660
6660
|
# software needed will have to be installed outside of the task. For
|
6661
6661
|
# example, the Fluentd output aggregators or a remote host running
|
@@ -6688,7 +6688,7 @@ module Aws::ECS
|
|
6688
6688
|
# @!attribute [rw] log_driver
|
6689
6689
|
# The log driver to use for the container.
|
6690
6690
|
#
|
6691
|
-
# For tasks on
|
6691
|
+
# For tasks on Fargate, the supported log drivers are `awslogs`,
|
6692
6692
|
# `splunk`, and `awsfirelens`.
|
6693
6693
|
#
|
6694
6694
|
# For tasks hosted on Amazon EC2 instances, the supported log drivers
|
@@ -7546,10 +7546,10 @@ module Aws::ECS
|
|
7546
7546
|
# providers can be created with the CreateCapacityProvider API
|
7547
7547
|
# operation.
|
7548
7548
|
#
|
7549
|
-
# To use a
|
7550
|
-
#
|
7551
|
-
#
|
7552
|
-
#
|
7549
|
+
# To use a Fargate capacity provider, specify either the `FARGATE` or
|
7550
|
+
# `FARGATE_SPOT` capacity providers. The Fargate capacity providers
|
7551
|
+
# are available to all accounts and only need to be associated with a
|
7552
|
+
# cluster to be used.
|
7553
7553
|
# @return [Array<String>]
|
7554
7554
|
#
|
7555
7555
|
# @!attribute [rw] default_capacity_provider_strategy
|
@@ -7571,10 +7571,10 @@ module Aws::ECS
|
|
7571
7571
|
# providers can be created with the CreateCapacityProvider API
|
7572
7572
|
# operation.
|
7573
7573
|
#
|
7574
|
-
# To use a
|
7575
|
-
#
|
7576
|
-
#
|
7577
|
-
#
|
7574
|
+
# To use a Fargate capacity provider, specify either the `FARGATE` or
|
7575
|
+
# `FARGATE_SPOT` capacity providers. The Fargate capacity providers
|
7576
|
+
# are available to all accounts and only need to be associated with a
|
7577
|
+
# cluster to be used.
|
7578
7578
|
# @return [Array<Types::CapacityProviderStrategyItem>]
|
7579
7579
|
#
|
7580
7580
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PutClusterCapacityProvidersRequest AWS API Documentation
|
@@ -7713,9 +7713,9 @@ module Aws::ECS
|
|
7713
7713
|
#
|
7714
7714
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
7715
7715
|
# of such as a prefix for either keys or values as it is reserved
|
7716
|
-
# for
|
7717
|
-
# this prefix. Tags with this prefix do not count
|
7718
|
-
# per resource limit.
|
7716
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
7717
|
+
# values with this prefix. Tags with this prefix do not count
|
7718
|
+
# against your tags per resource limit.
|
7719
7719
|
# @return [Array<Types::Tag>]
|
7720
7720
|
#
|
7721
7721
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RegisterContainerInstanceRequest AWS API Documentation
|
@@ -7947,7 +7947,7 @@ module Aws::ECS
|
|
7947
7947
|
# expression: "String",
|
7948
7948
|
# },
|
7949
7949
|
# ],
|
7950
|
-
# requires_compatibilities: ["EC2"], # accepts EC2, FARGATE
|
7950
|
+
# requires_compatibilities: ["EC2"], # accepts EC2, FARGATE, EXTERNAL
|
7951
7951
|
# cpu: "String",
|
7952
7952
|
# memory: "String",
|
7953
7953
|
# tags: [
|
@@ -8001,11 +8001,11 @@ module Aws::ECS
|
|
8001
8001
|
#
|
8002
8002
|
# @!attribute [rw] execution_role_arn
|
8003
8003
|
# The Amazon Resource Name (ARN) of the task execution role that
|
8004
|
-
# grants the Amazon ECS container agent permission to make
|
8005
|
-
# calls on your behalf. The task execution IAM role is
|
8006
|
-
# depending on the requirements of your task. For more
|
8007
|
-
# see [Amazon ECS task execution IAM role][1] in the
|
8008
|
-
# Container Service Developer Guide*.
|
8004
|
+
# grants the Amazon ECS container agent permission to make Amazon Web
|
8005
|
+
# Services API calls on your behalf. The task execution IAM role is
|
8006
|
+
# required depending on the requirements of your task. For more
|
8007
|
+
# information, see [Amazon ECS task execution IAM role][1] in the
|
8008
|
+
# *Amazon Elastic Container Service Developer Guide*.
|
8009
8009
|
#
|
8010
8010
|
#
|
8011
8011
|
#
|
@@ -8018,13 +8018,15 @@ module Aws::ECS
|
|
8018
8018
|
# network mode is specified, the default is `bridge`.
|
8019
8019
|
#
|
8020
8020
|
# For Amazon ECS tasks on Fargate, the `awsvpc` network mode is
|
8021
|
-
# required. For Amazon ECS tasks on Amazon EC2 instances, any
|
8022
|
-
# mode can be used.
|
8023
|
-
#
|
8024
|
-
#
|
8025
|
-
#
|
8026
|
-
#
|
8027
|
-
#
|
8021
|
+
# required. For Amazon ECS tasks on Amazon EC2 Linux instances, any
|
8022
|
+
# network mode can be used. For Amazon ECS tasks on Amazon EC2 Windows
|
8023
|
+
# instances, `<default>` or `awsvpc` can be used. If the network mode
|
8024
|
+
# is set to `none`, you cannot specify port mappings in your container
|
8025
|
+
# definitions, and the tasks containers do not have external
|
8026
|
+
# connectivity. The `host` and `awsvpc` network modes offer the
|
8027
|
+
# highest networking performance for containers because they use the
|
8028
|
+
# EC2 network stack instead of the virtualized network stack provided
|
8029
|
+
# by the `bridge` mode.
|
8028
8030
|
#
|
8029
8031
|
# With the `host` and `awsvpc` network modes, exposed container ports
|
8030
8032
|
# are mapped directly to the corresponding host port (for the `host`
|
@@ -8042,22 +8044,10 @@ module Aws::ECS
|
|
8042
8044
|
# For more information, see [Task Networking][1] in the *Amazon
|
8043
8045
|
# Elastic Container Service Developer Guide*.
|
8044
8046
|
#
|
8045
|
-
# <note markdown="1"> Currently, only Amazon ECS-optimized AMIs, other Amazon Linux
|
8046
|
-
# variants with the `ecs-init` package, or AWS Fargate infrastructure
|
8047
|
-
# support the `awsvpc` network mode.
|
8048
|
-
#
|
8049
|
-
# </note>
|
8050
|
-
#
|
8051
8047
|
# If the network mode is `host`, you cannot run multiple
|
8052
8048
|
# instantiations of the same task on a single container instance when
|
8053
8049
|
# port mappings are used.
|
8054
8050
|
#
|
8055
|
-
# Docker for Windows uses different network modes than Docker for
|
8056
|
-
# Linux. When you register a task definition with Windows containers,
|
8057
|
-
# you must not specify a network mode. If you use the console to
|
8058
|
-
# register a task definition with Windows containers, you must choose
|
8059
|
-
# the `<default>` network mode object.
|
8060
|
-
#
|
8061
8051
|
# For more information, see [Network settings][2] in the *Docker run
|
8062
8052
|
# reference*.
|
8063
8053
|
#
|
@@ -8191,9 +8181,9 @@ module Aws::ECS
|
|
8191
8181
|
#
|
8192
8182
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
8193
8183
|
# of such as a prefix for either keys or values as it is reserved
|
8194
|
-
# for
|
8195
|
-
# this prefix. Tags with this prefix do not count
|
8196
|
-
# per resource limit.
|
8184
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
8185
|
+
# values with this prefix. Tags with this prefix do not count
|
8186
|
+
# against your tags per resource limit.
|
8197
8187
|
# @return [Array<Types::Tag>]
|
8198
8188
|
#
|
8199
8189
|
# @!attribute [rw] pid_mode
|
@@ -8211,7 +8201,7 @@ module Aws::ECS
|
|
8211
8201
|
# see [Docker security][2].
|
8212
8202
|
#
|
8213
8203
|
# <note markdown="1"> This parameter is not supported for Windows containers or tasks run
|
8214
|
-
# on
|
8204
|
+
# on Fargate.
|
8215
8205
|
#
|
8216
8206
|
# </note>
|
8217
8207
|
#
|
@@ -8252,7 +8242,7 @@ module Aws::ECS
|
|
8252
8242
|
# `systemControls` will apply to all containers within a task.
|
8253
8243
|
#
|
8254
8244
|
# <note markdown="1"> This parameter is not supported for Windows containers or tasks run
|
8255
|
-
# on
|
8245
|
+
# on Fargate.
|
8256
8246
|
#
|
8257
8247
|
# </note>
|
8258
8248
|
#
|
@@ -8288,12 +8278,12 @@ module Aws::ECS
|
|
8288
8278
|
# @!attribute [rw] ephemeral_storage
|
8289
8279
|
# The amount of ephemeral storage to allocate for the task. This
|
8290
8280
|
# parameter is used to expand the total amount of ephemeral storage
|
8291
|
-
# available, beyond the default amount, for tasks hosted on
|
8292
|
-
#
|
8293
|
-
#
|
8281
|
+
# available, beyond the default amount, for tasks hosted on Fargate.
|
8282
|
+
# For more information, see [Fargate task storage][1] in the *Amazon
|
8283
|
+
# ECS User Guide for Fargate*.
|
8294
8284
|
#
|
8295
|
-
# <note markdown="1"> This parameter is only supported for tasks hosted on
|
8296
|
-
#
|
8285
|
+
# <note markdown="1"> This parameter is only supported for tasks hosted on Fargate using
|
8286
|
+
# platform version `1.4.0` or later.
|
8297
8287
|
#
|
8298
8288
|
# </note>
|
8299
8289
|
#
|
@@ -8355,11 +8345,11 @@ module Aws::ECS
|
|
8355
8345
|
# The Amazon Resource Name (ARN) of the secret containing the private
|
8356
8346
|
# repository credentials.
|
8357
8347
|
#
|
8358
|
-
# <note markdown="1"> When you are using the Amazon ECS API,
|
8359
|
-
# secret exists in the same Region as the task that you
|
8360
|
-
# then you can use either the full ARN or the name of
|
8361
|
-
# you are using the
|
8362
|
-
# ARN of the secret.
|
8348
|
+
# <note markdown="1"> When you are using the Amazon ECS API, CLI, or Amazon Web Services
|
8349
|
+
# SDK, if the secret exists in the same Region as the task that you
|
8350
|
+
# are launching then you can use either the full ARN or the name of
|
8351
|
+
# the secret. When you are using the Amazon Web Services Management
|
8352
|
+
# Console, you must specify the full ARN of the secret.
|
8363
8353
|
#
|
8364
8354
|
# </note>
|
8365
8355
|
# @return [String]
|
@@ -8504,7 +8494,7 @@ module Aws::ECS
|
|
8504
8494
|
# enable_ecs_managed_tags: false,
|
8505
8495
|
# enable_execute_command: false,
|
8506
8496
|
# group: "String",
|
8507
|
-
# launch_type: "EC2", # accepts EC2, FARGATE
|
8497
|
+
# launch_type: "EC2", # accepts EC2, FARGATE, EXTERNAL
|
8508
8498
|
# network_configuration: {
|
8509
8499
|
# awsvpc_configuration: {
|
8510
8500
|
# subnets: ["String"], # required
|
@@ -8586,6 +8576,9 @@ module Aws::ECS
|
|
8586
8576
|
# parameter must be omitted. If no `capacityProviderStrategy` or
|
8587
8577
|
# `launchType` is specified, the `defaultCapacityProviderStrategy` for
|
8588
8578
|
# the cluster is used.
|
8579
|
+
#
|
8580
|
+
# When you use cluster auto scaling, you must specify
|
8581
|
+
# `capacityProviderStrategy` and not `launchType`.
|
8589
8582
|
# @return [Array<Types::CapacityProviderStrategyItem>]
|
8590
8583
|
#
|
8591
8584
|
# @!attribute [rw] cluster
|
@@ -8622,24 +8615,36 @@ module Aws::ECS
|
|
8622
8615
|
# @return [String]
|
8623
8616
|
#
|
8624
8617
|
# @!attribute [rw] launch_type
|
8625
|
-
# The
|
8626
|
-
#
|
8627
|
-
#
|
8618
|
+
# The infrastructure on which to run your standalone task. For more
|
8619
|
+
# information, see [Amazon ECS launch types][1] in the *Amazon Elastic
|
8620
|
+
# Container Service Developer Guide*.
|
8628
8621
|
#
|
8629
|
-
#
|
8630
|
-
#
|
8631
|
-
#
|
8632
|
-
#
|
8622
|
+
# The `FARGATE` launch type runs your tasks on Fargate On-Demand
|
8623
|
+
# infrastructure.
|
8624
|
+
#
|
8625
|
+
# <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity
|
8626
|
+
# provider strategy must be used. For more information, see [Fargate
|
8627
|
+
# capacity providers][2] in the *Amazon ECS User Guide for Fargate*.
|
8628
|
+
#
|
8629
|
+
# </note>
|
8630
|
+
#
|
8631
|
+
# The `EC2` launch type runs your tasks on Amazon EC2 instances
|
8632
|
+
# registered to your cluster.
|
8633
8633
|
#
|
8634
|
-
#
|
8635
|
-
#
|
8634
|
+
# The `EXTERNAL` launch type runs your tasks on your on-premise server
|
8635
|
+
# or virtual machine (VM) capacity registered to your cluster.
|
8636
8636
|
#
|
8637
|
+
# A task can use either a launch type or a capacity provider strategy.
|
8637
8638
|
# If a `launchType` is specified, the `capacityProviderStrategy`
|
8638
8639
|
# parameter must be omitted.
|
8639
8640
|
#
|
8641
|
+
# When you use cluster auto scaling, you must specify
|
8642
|
+
# `capacityProviderStrategy` and not `launchType`.
|
8643
|
+
#
|
8640
8644
|
#
|
8641
8645
|
#
|
8642
8646
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
|
8647
|
+
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html
|
8643
8648
|
# @return [String]
|
8644
8649
|
#
|
8645
8650
|
# @!attribute [rw] network_configuration
|
@@ -8685,8 +8690,8 @@ module Aws::ECS
|
|
8685
8690
|
# The platform version the task should run. A platform version is only
|
8686
8691
|
# specified for tasks using the Fargate launch type. If one is not
|
8687
8692
|
# specified, the `LATEST` platform version is used by default. For
|
8688
|
-
# more information, see [
|
8689
|
-
#
|
8693
|
+
# more information, see [Fargate Platform Versions][1] in the *Amazon
|
8694
|
+
# Elastic Container Service Developer Guide*.
|
8690
8695
|
#
|
8691
8696
|
#
|
8692
8697
|
#
|
@@ -8748,9 +8753,9 @@ module Aws::ECS
|
|
8748
8753
|
#
|
8749
8754
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
8750
8755
|
# of such as a prefix for either keys or values as it is reserved
|
8751
|
-
# for
|
8752
|
-
# this prefix. Tags with this prefix do not count
|
8753
|
-
# per resource limit.
|
8756
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
8757
|
+
# values with this prefix. Tags with this prefix do not count
|
8758
|
+
# against your tags per resource limit.
|
8754
8759
|
# @return [Array<Types::Tag>]
|
8755
8760
|
#
|
8756
8761
|
# @!attribute [rw] task_definition
|
@@ -8861,13 +8866,13 @@ module Aws::ECS
|
|
8861
8866
|
#
|
8862
8867
|
# @!attribute [rw] value_from
|
8863
8868
|
# The secret to expose to the container. The supported values are
|
8864
|
-
# either the full ARN of the
|
8865
|
-
#
|
8869
|
+
# either the full ARN of the Secrets Manager secret or the full ARN of
|
8870
|
+
# the parameter in the SSM Parameter Store.
|
8866
8871
|
#
|
8867
|
-
# <note markdown="1"> If the
|
8868
|
-
#
|
8869
|
-
#
|
8870
|
-
#
|
8872
|
+
# <note markdown="1"> If the SSM Parameter Store parameter exists in the same Region as
|
8873
|
+
# the task you are launching, then you can use either the full ARN or
|
8874
|
+
# name of the parameter. If the parameter exists in a different
|
8875
|
+
# Region, then the full ARN must be specified.
|
8871
8876
|
#
|
8872
8877
|
# </note>
|
8873
8878
|
# @return [String]
|
@@ -8899,8 +8904,8 @@ module Aws::ECS
|
|
8899
8904
|
# @!attribute [rw] service_arn
|
8900
8905
|
# The ARN that identifies the service. The ARN contains the
|
8901
8906
|
# `arn:aws:ecs` namespace, followed by the Region of the service, the
|
8902
|
-
#
|
8903
|
-
#
|
8907
|
+
# account ID of the service owner, the `service` namespace, and then
|
8908
|
+
# the service name. For example,
|
8904
8909
|
# `arn:aws:ecs:region:012345678910:service/my-service`.
|
8905
8910
|
# @return [String]
|
8906
8911
|
#
|
@@ -8954,27 +8959,23 @@ module Aws::ECS
|
|
8954
8959
|
# @return [Integer]
|
8955
8960
|
#
|
8956
8961
|
# @!attribute [rw] launch_type
|
8957
|
-
# The launch type
|
8958
|
-
#
|
8959
|
-
#
|
8960
|
-
# the *Amazon Elastic Container Service Developer Guide*.
|
8961
|
-
#
|
8962
|
-
#
|
8963
|
-
#
|
8964
|
-
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
|
8962
|
+
# The launch type the service is using. When using the
|
8963
|
+
# DescribeServices API, this field is omitted if the service was
|
8964
|
+
# created using a capacity provider strategy.
|
8965
8965
|
# @return [String]
|
8966
8966
|
#
|
8967
8967
|
# @!attribute [rw] capacity_provider_strategy
|
8968
|
-
# The capacity provider strategy
|
8968
|
+
# The capacity provider strategy the service is using. When using the
|
8969
|
+
# DescribeServices API, this field is omitted if the service was
|
8970
|
+
# created using a launch type.
|
8969
8971
|
# @return [Array<Types::CapacityProviderStrategyItem>]
|
8970
8972
|
#
|
8971
8973
|
# @!attribute [rw] platform_version
|
8972
8974
|
# The platform version on which to run your service. A platform
|
8973
|
-
# version is only specified for tasks
|
8974
|
-
#
|
8975
|
-
#
|
8976
|
-
#
|
8977
|
-
# Guide*.
|
8975
|
+
# version is only specified for tasks hosted on Fargate. If one is not
|
8976
|
+
# specified, the `LATEST` platform version is used by default. For
|
8977
|
+
# more information, see [Fargate Platform Versions][1] in the *Amazon
|
8978
|
+
# Elastic Container Service Developer Guide*.
|
8978
8979
|
#
|
8979
8980
|
#
|
8980
8981
|
#
|
@@ -8994,10 +8995,10 @@ module Aws::ECS
|
|
8994
8995
|
# @return [Types::DeploymentConfiguration]
|
8995
8996
|
#
|
8996
8997
|
# @!attribute [rw] task_sets
|
8997
|
-
# Information about a set of Amazon ECS tasks in either an
|
8998
|
-
#
|
8999
|
-
#
|
9000
|
-
#
|
8998
|
+
# Information about a set of Amazon ECS tasks in either an CodeDeploy
|
8999
|
+
# or an `EXTERNAL` deployment. An Amazon ECS task set includes details
|
9000
|
+
# such as the desired number of tasks, how many tasks are running, and
|
9001
|
+
# whether the task set serves production traffic.
|
9001
9002
|
# @return [Array<Types::TaskSet>]
|
9002
9003
|
#
|
9003
9004
|
# @!attribute [rw] deployments
|
@@ -9100,9 +9101,9 @@ module Aws::ECS
|
|
9100
9101
|
#
|
9101
9102
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
9102
9103
|
# of such as a prefix for either keys or values as it is reserved
|
9103
|
-
# for
|
9104
|
-
# this prefix. Tags with this prefix do not count
|
9105
|
-
# per resource limit.
|
9104
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
9105
|
+
# values with this prefix. Tags with this prefix do not count
|
9106
|
+
# against your tags per resource limit.
|
9106
9107
|
# @return [Array<Types::Tag>]
|
9107
9108
|
#
|
9108
9109
|
# @!attribute [rw] created_by
|
@@ -9223,7 +9224,7 @@ module Aws::ECS
|
|
9223
9224
|
#
|
9224
9225
|
# @!attribute [rw] registry_arn
|
9225
9226
|
# The Amazon Resource Name (ARN) of the service registry. The
|
9226
|
-
# currently supported service registry is
|
9227
|
+
# currently supported service registry is Cloud Map. For more
|
9227
9228
|
# information, see [CreateService][1].
|
9228
9229
|
#
|
9229
9230
|
#
|
@@ -9500,9 +9501,9 @@ module Aws::ECS
|
|
9500
9501
|
#
|
9501
9502
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
9502
9503
|
# of such as a prefix for either keys or values as it is reserved
|
9503
|
-
# for
|
9504
|
-
# this prefix. Tags with this prefix do not count
|
9505
|
-
# per resource limit.
|
9504
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
9505
|
+
# values with this prefix. Tags with this prefix do not count
|
9506
|
+
# against your tags per resource limit.
|
9506
9507
|
# @return [Array<Types::Tag>]
|
9507
9508
|
#
|
9508
9509
|
# @!attribute [rw] task_definition
|
@@ -9913,10 +9914,10 @@ module Aws::ECS
|
|
9913
9914
|
# * Tag keys and values are case-sensitive.
|
9914
9915
|
#
|
9915
9916
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination of
|
9916
|
-
# such as a prefix for either keys or values as it is reserved for
|
9917
|
-
# use. You cannot edit or delete tag keys or
|
9918
|
-
# Tags with this prefix do not count against
|
9919
|
-
# limit.
|
9917
|
+
# such as a prefix for either keys or values as it is reserved for
|
9918
|
+
# Amazon Web Services use. You cannot edit or delete tag keys or
|
9919
|
+
# values with this prefix. Tags with this prefix do not count against
|
9920
|
+
# your tags per resource limit.
|
9920
9921
|
#
|
9921
9922
|
# @note When making an API call, you may pass Tag
|
9922
9923
|
# data as a hash:
|
@@ -9991,9 +9992,9 @@ module Aws::ECS
|
|
9991
9992
|
#
|
9992
9993
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
9993
9994
|
# of such as a prefix for either keys or values as it is reserved
|
9994
|
-
# for
|
9995
|
-
# this prefix. Tags with this prefix do not count
|
9996
|
-
# per resource limit.
|
9995
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
9996
|
+
# values with this prefix. Tags with this prefix do not count
|
9997
|
+
# against your tags per resource limit.
|
9997
9998
|
# @return [Array<Types::Tag>]
|
9998
9999
|
#
|
9999
10000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/TagResourceRequest AWS API Documentation
|
@@ -10157,9 +10158,9 @@ module Aws::ECS
|
|
10157
10158
|
# @return [String]
|
10158
10159
|
#
|
10159
10160
|
# @!attribute [rw] launch_type
|
10160
|
-
# The
|
10161
|
-
# see [Amazon ECS
|
10162
|
-
# Service Developer Guide*.
|
10161
|
+
# The infrastructure on which your task is running. For more
|
10162
|
+
# information, see [Amazon ECS launch types][1] in the *Amazon Elastic
|
10163
|
+
# Container Service Developer Guide*.
|
10163
10164
|
#
|
10164
10165
|
#
|
10165
10166
|
#
|
@@ -10203,9 +10204,8 @@ module Aws::ECS
|
|
10203
10204
|
# The platform version on which your task is running. A platform
|
10204
10205
|
# version is only specified for tasks using the Fargate launch type.
|
10205
10206
|
# If one is not specified, the `LATEST` platform version is used by
|
10206
|
-
# default. For more information, see [
|
10207
|
-
#
|
10208
|
-
# Guide*.
|
10207
|
+
# default. For more information, see [Fargate Platform Versions][1] in
|
10208
|
+
# the *Amazon Elastic Container Service Developer Guide*.
|
10209
10209
|
#
|
10210
10210
|
#
|
10211
10211
|
#
|
@@ -10276,9 +10276,9 @@ module Aws::ECS
|
|
10276
10276
|
#
|
10277
10277
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
10278
10278
|
# of such as a prefix for either keys or values as it is reserved
|
10279
|
-
# for
|
10280
|
-
# this prefix. Tags with this prefix do not count
|
10281
|
-
# per resource limit.
|
10279
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
10280
|
+
# values with this prefix. Tags with this prefix do not count
|
10281
|
+
# against your tags per resource limit.
|
10282
10282
|
# @return [Array<Types::Tag>]
|
10283
10283
|
#
|
10284
10284
|
# @!attribute [rw] task_arn
|
@@ -10379,9 +10379,9 @@ module Aws::ECS
|
|
10379
10379
|
# @return [String]
|
10380
10380
|
#
|
10381
10381
|
# @!attribute [rw] task_role_arn
|
10382
|
-
# The short name or full Amazon Resource Name (ARN) of the
|
10383
|
-
#
|
10384
|
-
#
|
10382
|
+
# The short name or full Amazon Resource Name (ARN) of the Identity
|
10383
|
+
# and Access Management role that grants containers in the task
|
10384
|
+
# permission to call Amazon Web Services APIs on your behalf. For more
|
10385
10385
|
# information, see [Amazon ECS Task Role][1] in the *Amazon Elastic
|
10386
10386
|
# Container Service Developer Guide*.
|
10387
10387
|
#
|
@@ -10400,11 +10400,11 @@ module Aws::ECS
|
|
10400
10400
|
#
|
10401
10401
|
# @!attribute [rw] execution_role_arn
|
10402
10402
|
# The Amazon Resource Name (ARN) of the task execution role that
|
10403
|
-
# grants the Amazon ECS container agent permission to make
|
10404
|
-
# calls on your behalf. The task execution IAM role is
|
10405
|
-
# depending on the requirements of your task. For more
|
10406
|
-
# see [Amazon ECS task execution IAM role][1] in the
|
10407
|
-
# Container Service Developer Guide*.
|
10403
|
+
# grants the Amazon ECS container agent permission to make Amazon Web
|
10404
|
+
# Services API calls on your behalf. The task execution IAM role is
|
10405
|
+
# required depending on the requirements of your task. For more
|
10406
|
+
# information, see [Amazon ECS task execution IAM role][1] in the
|
10407
|
+
# *Amazon Elastic Container Service Developer Guide*.
|
10408
10408
|
#
|
10409
10409
|
#
|
10410
10410
|
#
|
@@ -10417,13 +10417,15 @@ module Aws::ECS
|
|
10417
10417
|
# network mode is specified, the default is `bridge`.
|
10418
10418
|
#
|
10419
10419
|
# For Amazon ECS tasks on Fargate, the `awsvpc` network mode is
|
10420
|
-
# required. For Amazon ECS tasks on Amazon EC2 instances, any
|
10421
|
-
# mode can be used.
|
10422
|
-
#
|
10423
|
-
#
|
10424
|
-
#
|
10425
|
-
#
|
10426
|
-
#
|
10420
|
+
# required. For Amazon ECS tasks on Amazon EC2 Linux instances, any
|
10421
|
+
# network mode can be used. For Amazon ECS tasks on Amazon EC2 Windows
|
10422
|
+
# instances, `<default>` or `awsvpc` can be used. If the network mode
|
10423
|
+
# is set to `none`, you cannot specify port mappings in your container
|
10424
|
+
# definitions, and the tasks containers do not have external
|
10425
|
+
# connectivity. The `host` and `awsvpc` network modes offer the
|
10426
|
+
# highest networking performance for containers because they use the
|
10427
|
+
# EC2 network stack instead of the virtualized network stack provided
|
10428
|
+
# by the `bridge` mode.
|
10427
10429
|
#
|
10428
10430
|
# With the `host` and `awsvpc` network modes, exposed container ports
|
10429
10431
|
# are mapped directly to the corresponding host port (for the `host`
|
@@ -10441,22 +10443,10 @@ module Aws::ECS
|
|
10441
10443
|
# For more information, see [Task Networking][1] in the *Amazon
|
10442
10444
|
# Elastic Container Service Developer Guide*.
|
10443
10445
|
#
|
10444
|
-
# <note markdown="1"> Currently, only Amazon ECS-optimized AMIs, other Amazon Linux
|
10445
|
-
# variants with the `ecs-init` package, or AWS Fargate infrastructure
|
10446
|
-
# support the `awsvpc` network mode.
|
10447
|
-
#
|
10448
|
-
# </note>
|
10449
|
-
#
|
10450
10446
|
# If the network mode is `host`, you cannot run multiple
|
10451
10447
|
# instantiations of the same task on a single container instance when
|
10452
10448
|
# port mappings are used.
|
10453
10449
|
#
|
10454
|
-
# Docker for Windows uses different network modes than Docker for
|
10455
|
-
# Linux. When you register a task definition with Windows containers,
|
10456
|
-
# you must not specify a network mode. If you use the console to
|
10457
|
-
# register a task definition with Windows containers, you must choose
|
10458
|
-
# the `<default>` network mode object.
|
10459
|
-
#
|
10460
10450
|
# For more information, see [Network settings][2] in the *Docker run
|
10461
10451
|
# reference*.
|
10462
10452
|
#
|
@@ -10481,7 +10471,7 @@ module Aws::ECS
|
|
10481
10471
|
# Elastic Container Service Developer Guide*.
|
10482
10472
|
#
|
10483
10473
|
# <note markdown="1"> The `host` and `sourcePath` parameters are not supported for tasks
|
10484
|
-
# run on
|
10474
|
+
# run on Fargate.
|
10485
10475
|
#
|
10486
10476
|
# </note>
|
10487
10477
|
#
|
@@ -10504,7 +10494,7 @@ module Aws::ECS
|
|
10504
10494
|
# EC2 instances. For more information, see [Attributes][1] in the
|
10505
10495
|
# *Amazon Elastic Container Service Developer Guide*.
|
10506
10496
|
#
|
10507
|
-
# <note markdown="1"> This parameter is not supported for tasks run on
|
10497
|
+
# <note markdown="1"> This parameter is not supported for tasks run on Fargate.
|
10508
10498
|
#
|
10509
10499
|
# </note>
|
10510
10500
|
#
|
@@ -10516,7 +10506,7 @@ module Aws::ECS
|
|
10516
10506
|
# @!attribute [rw] placement_constraints
|
10517
10507
|
# An array of placement constraint objects to use for tasks.
|
10518
10508
|
#
|
10519
|
-
# <note markdown="1"> This parameter is not supported for tasks run on
|
10509
|
+
# <note markdown="1"> This parameter is not supported for tasks run on Fargate.
|
10520
10510
|
#
|
10521
10511
|
# </note>
|
10522
10512
|
# @return [Array<Types::TaskDefinitionPlacementConstraint>]
|
@@ -10572,9 +10562,9 @@ module Aws::ECS
|
|
10572
10562
|
# optional. For more information regarding container-level memory and
|
10573
10563
|
# memory reservation, see [ContainerDefinition][1].
|
10574
10564
|
#
|
10575
|
-
# If your tasks will be run on
|
10576
|
-
#
|
10577
|
-
#
|
10565
|
+
# If your tasks will be run on Fargate, this field is required and you
|
10566
|
+
# must use one of the following values, which determines your range of
|
10567
|
+
# valid values for the `cpu` parameter:
|
10578
10568
|
#
|
10579
10569
|
# * 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available `cpu` values:
|
10580
10570
|
# 256 (.25 vCPU)
|
@@ -10615,7 +10605,7 @@ module Aws::ECS
|
|
10615
10605
|
# see [Docker security][2].
|
10616
10606
|
#
|
10617
10607
|
# <note markdown="1"> This parameter is not supported for Windows containers or tasks run
|
10618
|
-
# on
|
10608
|
+
# on Fargate.
|
10619
10609
|
#
|
10620
10610
|
# </note>
|
10621
10611
|
#
|
@@ -10656,7 +10646,7 @@ module Aws::ECS
|
|
10656
10646
|
# `systemControls` will apply to all containers within a task.
|
10657
10647
|
#
|
10658
10648
|
# <note markdown="1"> This parameter is not supported for Windows containers or tasks run
|
10659
|
-
# on
|
10649
|
+
# on Fargate.
|
10660
10650
|
#
|
10661
10651
|
# </note>
|
10662
10652
|
#
|
@@ -10735,8 +10725,7 @@ module Aws::ECS
|
|
10735
10725
|
# definition. For more information, see [Task placement constraints][1]
|
10736
10726
|
# in the *Amazon Elastic Container Service Developer Guide*.
|
10737
10727
|
#
|
10738
|
-
# <note markdown="1"> Task placement constraints are not supported for tasks run on
|
10739
|
-
# Fargate.
|
10728
|
+
# <note markdown="1"> Task placement constraints are not supported for tasks run on Fargate.
|
10740
10729
|
#
|
10741
10730
|
# </note>
|
10742
10731
|
#
|
@@ -10854,8 +10843,8 @@ module Aws::ECS
|
|
10854
10843
|
# @!attribute [rw] ephemeral_storage
|
10855
10844
|
# The ephemeral storage setting override for the task.
|
10856
10845
|
#
|
10857
|
-
# <note markdown="1"> This parameter is only supported for tasks hosted on
|
10858
|
-
#
|
10846
|
+
# <note markdown="1"> This parameter is only supported for tasks hosted on Fargate using
|
10847
|
+
# platform version `1.4.0` or later.
|
10859
10848
|
#
|
10860
10849
|
# </note>
|
10861
10850
|
# @return [Types::EphemeralStorage]
|
@@ -10874,10 +10863,10 @@ module Aws::ECS
|
|
10874
10863
|
include Aws::Structure
|
10875
10864
|
end
|
10876
10865
|
|
10877
|
-
# Information about a set of Amazon ECS tasks in either an
|
10878
|
-
#
|
10879
|
-
#
|
10880
|
-
#
|
10866
|
+
# Information about a set of Amazon ECS tasks in either an CodeDeploy or
|
10867
|
+
# an `EXTERNAL` deployment. An Amazon ECS task set includes details such
|
10868
|
+
# as the desired number of tasks, how many tasks are running, and
|
10869
|
+
# whether the task set serves production traffic.
|
10881
10870
|
#
|
10882
10871
|
# @!attribute [rw] id
|
10883
10872
|
# The ID of the task set.
|
@@ -10899,20 +10888,20 @@ module Aws::ECS
|
|
10899
10888
|
#
|
10900
10889
|
# @!attribute [rw] started_by
|
10901
10890
|
# The tag specified when a task set is started. If the task set is
|
10902
|
-
# created by an
|
10903
|
-
#
|
10891
|
+
# created by an CodeDeploy deployment, the `startedBy` parameter is
|
10892
|
+
# `CODE_DEPLOY`. For a task set created for an external deployment,
|
10904
10893
|
# the startedBy field isn't used.
|
10905
10894
|
# @return [String]
|
10906
10895
|
#
|
10907
10896
|
# @!attribute [rw] external_id
|
10908
10897
|
# The external ID associated with the task set.
|
10909
10898
|
#
|
10910
|
-
# If a task set is created by an
|
10911
|
-
# `externalId` parameter contains the
|
10899
|
+
# If a task set is created by an CodeDeploy deployment, the
|
10900
|
+
# `externalId` parameter contains the CodeDeploy deployment ID.
|
10912
10901
|
#
|
10913
10902
|
# If a task set is created for an external deployment and is
|
10914
10903
|
# associated with a service discovery registry, the `externalId`
|
10915
|
-
# parameter contains the `ECS_TASK_SET_EXTERNAL_ID`
|
10904
|
+
# parameter contains the `ECS_TASK_SET_EXTERNAL_ID` Cloud Map
|
10916
10905
|
# attribute.
|
10917
10906
|
# @return [String]
|
10918
10907
|
#
|
@@ -10982,11 +10971,10 @@ module Aws::ECS
|
|
10982
10971
|
# @return [Array<Types::CapacityProviderStrategyItem>]
|
10983
10972
|
#
|
10984
10973
|
# @!attribute [rw] platform_version
|
10985
|
-
# The
|
10986
|
-
#
|
10987
|
-
#
|
10988
|
-
#
|
10989
|
-
# Guide*.
|
10974
|
+
# The Fargate platform version on which the tasks in the task set are
|
10975
|
+
# running. A platform version is only specified for tasks run on
|
10976
|
+
# Fargate. For more information, see [Fargate platform versions][1] in
|
10977
|
+
# the *Amazon Elastic Container Service Developer Guide*.
|
10990
10978
|
#
|
10991
10979
|
#
|
10992
10980
|
#
|
@@ -11065,9 +11053,9 @@ module Aws::ECS
|
|
11065
11053
|
#
|
11066
11054
|
# * Do not use `aws:`, `AWS:`, or any upper or lowercase combination
|
11067
11055
|
# of such as a prefix for either keys or values as it is reserved
|
11068
|
-
# for
|
11069
|
-
# this prefix. Tags with this prefix do not count
|
11070
|
-
# per resource limit.
|
11056
|
+
# for Amazon Web Services use. You cannot edit or delete tag keys or
|
11057
|
+
# values with this prefix. Tags with this prefix do not count
|
11058
|
+
# against your tags per resource limit.
|
11071
11059
|
# @return [Array<Types::Tag>]
|
11072
11060
|
#
|
11073
11061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/TaskSet AWS API Documentation
|
@@ -11627,10 +11615,10 @@ module Aws::ECS
|
|
11627
11615
|
# providers can be created with the CreateCapacityProvider API
|
11628
11616
|
# operation.
|
11629
11617
|
#
|
11630
|
-
# To use a
|
11631
|
-
#
|
11632
|
-
#
|
11633
|
-
#
|
11618
|
+
# To use a Fargate capacity provider, specify either the `FARGATE` or
|
11619
|
+
# `FARGATE_SPOT` capacity providers. The Fargate capacity providers
|
11620
|
+
# are available to all accounts and only need to be associated with a
|
11621
|
+
# cluster to be used.
|
11634
11622
|
#
|
11635
11623
|
# The PutClusterCapacityProviders API operation is used to update the
|
11636
11624
|
# list of available capacity providers for a cluster after the cluster
|
@@ -11674,8 +11662,8 @@ module Aws::ECS
|
|
11674
11662
|
# The platform version on which your tasks in the service are running.
|
11675
11663
|
# A platform version is only specified for tasks using the Fargate
|
11676
11664
|
# launch type. If a platform version is not specified, the `LATEST`
|
11677
|
-
# platform version is used by default. For more information, see
|
11678
|
-
# Fargate Platform Versions][1] in the *Amazon Elastic Container
|
11665
|
+
# platform version is used by default. For more information, see
|
11666
|
+
# [Fargate Platform Versions][1] in the *Amazon Elastic Container
|
11679
11667
|
# Service Developer Guide*.
|
11680
11668
|
#
|
11681
11669
|
#
|
@@ -11923,7 +11911,7 @@ module Aws::ECS
|
|
11923
11911
|
# Windows containers only support the use of the `local` driver. To
|
11924
11912
|
# use bind mounts, specify the `host` parameter instead.
|
11925
11913
|
#
|
11926
|
-
# <note markdown="1"> Docker volumes are not supported by tasks run on
|
11914
|
+
# <note markdown="1"> Docker volumes are not supported by tasks run on Fargate.
|
11927
11915
|
#
|
11928
11916
|
# </note>
|
11929
11917
|
# @return [Types::DockerVolumeConfiguration]
|