Create Service Linked Role
GET {{aws_identtity_and_access_management_base_url}}/?AWSServiceName&CustomSuffix&Description&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AWSServiceName | null | The service principal for the AWS service to which this role is attached. You use a string similar to a URL but without the http:// in front. For example: elasticbeanstalk.amazonaws.com. | |
CustomSuffix | null | A string that you provide, which is combined with the service-provided prefix to form the complete role name. If you make multiple requests for the same service, then you must supply a different CustomSuffix for each request. Otherwise the request fails with a duplicate role name error. For example, you could add -1 or -debug to the suffix. | |
Description | null | The description of the role. | |
Version | string | The version of the API. |