List Types
GET {{aws_cloudformation_base_url}}/?DeprecatedStatus&MaxResults&NextToken&ProvisioningType&Visibility&Action=ListTypes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DeprecatedStatus | null | The deprecation status of the types that you want to get summary information about. | |
MaxResults | null | The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results. | |
NextToken | null | If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. | |
ProvisioningType | null | The provisioning behavior of the type. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted. | |
Visibility | null | The scope at which the type is visible and usable in CloudFormation operations. | |
Action | string |