Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-customerprofiles-domain.json
Parent schema serverless-framework-configuration
Type: object

A domain defined for 3rd party data source in Profile Service. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-customer-profiles.git

Properties

DomainName string | Aws_CF_FunctionString required

The unique name of the domain.

DeadLetterQueueUrl string | Aws_CF_FunctionString

The URL of the SQS dead letter queue

DefaultEncryptionKey string | Aws_CF_FunctionString

The default encryption key

DefaultExpirationDays integer

The default number of days until the data within the domain expires.

min=1max=1098
Tags Tag[]

The tags (keys and values) associated with the domain

minItems=0maxItems=50

Definitions

Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required