Skip to main content

object_types

Retrieves a list of object_types in a region

Overview

Nameobject_types
TypeResource
Descriptionobject_types
Idawscc.customerprofiles.object_types

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
object_type_namestringThe name of the profile object type.
regionstringAWS 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