object_types_list_only
Lists object_types in a region or regions, for all properties use object_types
Overview
| Name | object_types_list_only |
| Type | Resource |
| Description | An ObjectType resource of Amazon Connect Customer Profiles |
| Id | aws.customerprofiles.object_types_list_only |
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
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all object_types in a region.
SELECT
region,
domain_name,
object_type_name
FROM aws.customerprofiles.object_types_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the object_types_list_only resource, see object_types