Skip to main content

object_types_list_only

Lists object_types in a region or regions, for all properties use object_types

Overview

Nameobject_types_list_only
TypeResource
DescriptionAn ObjectType resource of Amazon Connect Customer Profiles
Idaws.customerprofiles.object_types_list_only

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
object_type_namestringThe name of the profile object type.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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