CreateConfigurationManager
Creates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
Request Syntax
POST /configurationManager HTTP/1.1
Content-type: application/json
{
"ConfigurationDefinitions": [
{
"LocalDeploymentAdministrationRoleArn": "string
",
"LocalDeploymentExecutionRoleName": "string
",
"Parameters": {
"string
" : "string
"
},
"Type": "string
",
"TypeVersion": "string
"
}
],
"Description": "string
",
"Name": "string
",
"Tags": {
"string
" : "string
"
}
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- ConfigurationDefinitions
-
The definition of the Quick Setup configuration that the configuration manager deploys.
Type: Array of ConfigurationDefinitionInput objects
Required: Yes
- Description
-
A description of the configuration manager.
Type: String
Pattern:
^.{0,512}$
Required: No
- Name
-
A name for the configuration manager.
Type: String
Pattern:
^[ A-Za-z0-9._-]{0,120}$
Required: No
- Tags
-
Key-value pairs of metadata to assign to the configuration manager.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^[A-Za-z0-9 _=@:.+-/]+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^[A-Za-z0-9 _=@:.+-/]+$
Required: No
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"ManagerArn": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ManagerArn
-
The ARN for the newly created configuration manager.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
The requester has insufficient permissions to perform the operation.
HTTP Status Code: 403
- ConflictException
-
Another request is being processed. Wait a few minutes and try again.
HTTP Status Code: 409
- InternalServerException
-
An error occurred on the server side.
HTTP Status Code: 500
- ThrottlingException
-
The request or operation exceeds the maximum allowed request rate per AWS account and AWS Region.
HTTP Status Code: 429
- ValidationException
-
The request is invalid. Verify the values provided for the request parameters are accurate.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: