Retrieves information about a configuration profile.
get/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}
Path parameters
ApplicationIdstring required
The ID of the application that includes the configuration profile you want to get.
ConfigurationProfileIdstring required
The ID of the configuration profile that you want to get.
Response
Success
Example response
{
"ApplicationId": "339ohji",
"Description": "Configuration profile used for examples.",
"Id": "ur8hx2f",
"LocationUri": "ssm-parameter://Example-Parameter",
"Name": "Example-Configuration-Profile",
"RetrievalRoleArn": "arn:aws:iam::111122223333:role/Example-App-Config-Role"
}