object_types
Retrieves a list of object_types
in a region
Overview
Name | object_types |
Type | Resource |
Description | object_types |
Id | awscc.customerprofiles.object_types |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
object_type_name | string | The name of the profile object type. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name,
object_type_name
FROM awscc.customerprofiles.object_types
WHERE region = 'us-east-1'
Permissions
To operate on the object_types
resource, the following permissions are required:
Create
profile:GetProfileObjectType,
profile:PutProfileObjectType,
profile:TagResource
List
profile:ListProfileObjectTypes