/
POST
/
ListDelegatedAdministrator
permissions are added. An organization can have up to 3 delegated administrators.config-multiaccountsetup.amazonaws.com
through the EnableAWSServiceAccess
action and creates a service-linked role AWSServiceRoleForConfigMultiAccountSetup
in the management or delegated administrator account of your organization. The service-linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin
for config-multiaccountsetup.amazonaws.com
.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"OrganizationConformancePackName": "string",
"TemplateS3Uri": "string",
"TemplateBody": "string",
"DeliveryS3Bucket": "string",
"DeliveryS3KeyPrefix": "string",
"ConformancePackInputParameters": [],
"ExcludedAccounts": []
}'
Response Response Example
200 - Example 1
{
"OrganizationConformancePackArn": "string"
}
Request
Header Params
X-Amz-Target
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 05:59:06