class Aws::ECS::Types::PutAccountSettingDefaultRequest

@note When making an API call, you may pass PutAccountSettingDefaultRequest

data as a hash:

    {
      name: "serviceLongArnFormat", # required, accepts serviceLongArnFormat, taskLongArnFormat, containerInstanceLongArnFormat, awsvpcTrunking, containerInsights
      value: "String", # required
    }

@!attribute [rw] name

The resource name for which to modify the account setting. If
`serviceLongArnFormat` is specified, the ARN for your Amazon ECS
services is affected. If `taskLongArnFormat` is specified, the ARN
and resource ID for your Amazon ECS tasks is affected. If
`containerInstanceLongArnFormat` is specified, the ARN and resource
ID for your Amazon ECS container instances is affected. If
`awsvpcTrunking` is specified, the ENI limit for your Amazon ECS
container instances is affected. If `containerInsights` is
specified, the default setting for CloudWatch Container Insights for
your clusters is affected.
@return [String]

@!attribute [rw] value

The account setting value for the specified principal ARN. Accepted
values are `enabled` and `disabled`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PutAccountSettingDefaultRequest AWS API Documentation

Constants

SENSITIVE