Lists the configuration profiles for an application.
get/applications/{ApplicationId}/configurationprofiles
Path parameters
ApplicationIdstring required
The application ID.
Query parameters
max_resultsinteger
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
next_tokenstring
A token to start the list. Use this token to get the next set of results.
typestring
A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Response
Success
Example response
{
"Items": [
{
"ApplicationId": "339ohji",
"Id": "ur8hx2f",
"LocationUri": "ssm-parameter://Example-Parameter",
"Name": "Example-Configuration-Profile"
}
]
}