Retrieve all the allowed principal for accessing Endpoint Service on a specific cluster data centre. AWS principals, such as AWS accounts, IAM users, and IAM roles used to allow connection from AWS interface endpoint to the endpoint service
Successfully retrieved the allowed principals
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
{- "iamPrincipalARNs": [
- "arn:aws:iam::123456789012:resource-type/resource-id"
]
}
Update principals of AWS Endpoint Service on a specific cluster data centre. AWS principals, such as AWS accounts, IAM users, and IAM roles used to allow connection from AWS interface endpoint to the endpoint service
Successfully update the principals of AWS Endpoint Service
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
{- "iamPrincipalARNs": [
- "arn:aws:iam::123456789012:resource-type/resource-id"
]
}
{- "iamPrincipalARNs": [
- "arn:aws:iam::123456789012:resource-type/resource-id"
]
}
Modify principals of AWS Endpoint Service on a specific cluster data centre. AWS principals, such as AWS accounts, IAM users, and IAM roles used to allow connection from AWS interface endpoint to the endpoint service
List of principals to add
Successfully modified the principals to AWS Endpoint Service
Bad Request
Not Authorized
Forbidden
Resource not found
Resource conflict
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
{- "principalsToAdd": [
- "arn:aws:iam::123456789012:resource-type/resource-id"
], - "principalsToRemove": [
- "arn:aws:iam::123456789012:resource-type/resource-id"
]
}
{- "iamPrincipalARNs": [
- "arn:aws:iam::123456789012:resource-type/resource-id"
]
}