object_type
Gets an individual object_type
resource
Overview
Name | object_type |
Type | Resource |
Description | object_type |
Id | awscc.customerprofiles.object_type |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
object_type_name | string | The name of the profile object type. |
allow_profile_creation | boolean | Indicates whether a profile should be created when data is received. |
description | string | Description of the profile object type. |
encryption_key | string | The default encryption key |
expiration_days | integer | The default number of days until the data within the domain expires. |
fields | array | A list of the name and ObjectType field. |
keys | array | A list of unique keys that can be used to map data to the profile. |
created_at | string | The time of this integration got created. |
last_updated_at | string | The time of this integration got last updated at. |
source_last_updated_timestamp_format | string | The format of your sourceLastUpdatedTimestamp that was previously set up. |
tags | array | The tags (keys and values) associated with the integration. |
template_id | string | A unique identifier for the object template. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name,
object_type_name,
allow_profile_creation,
description,
encryption_key,
expiration_days,
fields,
keys,
created_at,
last_updated_at,
source_last_updated_timestamp_format,
tags,
template_id
FROM awscc.customerprofiles.object_type
WHERE data__Identifier = '<DomainName>|<ObjectTypeName>';
Permissions
To operate on the object_type
resource, the following permissions are required:
Read
profile:GetProfileObjectType
Update
profile:GetProfileObjectType,
profile:PutProfileObjectType,
profile:UntagResource,
profile:TagResource
Delete
profile:DeleteProfileObjectType