/AWS1/CL_ECSUPMANAGEDINSPVDR00¶
The updated configuration for a Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes apply to new instances launched after the update.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_infrastructurerolearn
TYPE /AWS1/ECSSTRING
/AWS1/ECSSTRING
¶
The updated Amazon Resource Name (ARN) of the infrastructure role. The new role must have the necessary permissions to manage instances and access required Amazon Web Services services.
For more information, see Amazon ECS infrastructure IAM role in the Amazon ECS Developer Guide.
io_instancelaunchtemplate
TYPE REF TO /AWS1/CL_ECSINSTLAUNCHTMPLUPD
/AWS1/CL_ECSINSTLAUNCHTMPLUPD
¶
The updated launch template configuration. Changes to the launch template affect new instances launched after the update, while existing instances continue to use their original configuration.
Optional arguments:¶
iv_propagatetags
TYPE /AWS1/ECSPROPAGATEMITAGS
/AWS1/ECSPROPAGATEMITAGS
¶
The updated tag propagation setting. When changed, this affects only new instances launched after the update.
Queryable Attributes¶
infrastructureRoleArn¶
The updated Amazon Resource Name (ARN) of the infrastructure role. The new role must have the necessary permissions to manage instances and access required Amazon Web Services services.
For more information, see Amazon ECS infrastructure IAM role in the Amazon ECS Developer Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INFRASTRUCTUREROLEARN() |
Getter for INFRASTRUCTUREROLEARN, with configurable default |
ASK_INFRASTRUCTUREROLEARN() |
Getter for INFRASTRUCTUREROLEARN w/ exceptions if field has |
HAS_INFRASTRUCTUREROLEARN() |
Determine if INFRASTRUCTUREROLEARN has a value |
instanceLaunchTemplate¶
The updated launch template configuration. Changes to the launch template affect new instances launched after the update, while existing instances continue to use their original configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCELAUNCHTEMPLATE() |
Getter for INSTANCELAUNCHTEMPLATE |
propagateTags¶
The updated tag propagation setting. When changed, this affects only new instances launched after the update.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROPAGATETAGS() |
Getter for PROPAGATETAGS, with configurable default |
ASK_PROPAGATETAGS() |
Getter for PROPAGATETAGS w/ exceptions if field has no value |
HAS_PROPAGATETAGS() |
Determine if PROPAGATETAGS has a value |