Skip to content

/AWS1/CL_ECS=>PUTATTRIBUTES()

About PutAttributes

Create or update an attribute on an Amazon ECS resource. If the attribute doesn't exist, it's created. If the attribute exists, its value is replaced with the specified value. To delete an attribute, use DeleteAttributes. For more information, see Attributes in the Amazon Elastic Container Service Developer Guide.

Method Signature

IMPORTING

Required arguments:

IT_ATTRIBUTES TYPE /AWS1/CL_ECSATTRIBUTE=>TT_ATTRIBUTES TT_ATTRIBUTES

The attributes to apply to your resource. You can specify up to 10 custom attributes for each resource. You can specify up to 10 attributes in a single call.

Optional arguments:

IV_CLUSTER TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ECSPUTATTRSRESPONSE /AWS1/CL_ECSPUTATTRSRESPONSE