Lists the account settings for a specified principal.
post/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListAccountSettings
Query parameters
maxResultsstring
Pagination limit
nextTokenstring
Pagination token
Headers
X-Amz-Target'AmazonEC2ContainerServiceV20141113.ListAccountSettings' required
Request body
Response
Success
Example response
{
"settings": [
{
"name": "containerInstanceLongArnFormat",
"value": "disabled",
"principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
},
{
"name": "serviceLongArnFormat",
"value": "enabled",
"principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
},
{
"name": "taskLongArnFormat",
"value": "disabled",
"principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
}
]
}