AWS::CustomerProfiles::SegmentDefinitionA segment definition resource of Amazon Connect Customer Profiles
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DisplayName | string | RequiredCreate-only |
DomainName | string | RequiredCreate-only |
SegmentDefinitionName | string | RequiredCreate-only |
Description | string | |
SegmentGroups | SegmentGroup | Create-only |
SegmentSqlQuery | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The time of this segment definition got created. |
SegmentDefinitionArn | string | The Amazon Resource Name (ARN) of the segment definition. |
SegmentType | string | The SQL query that defines the segment criteria. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::SegmentDefinition
Resources:
MyResource:
Type: AWS::CustomerProfiles::SegmentDefinition
Properties:
DomainName: "my-domainname"
DisplayName: "my-displayname"
SegmentDefinitionName: "my-segmentdefinitionname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
profile:CreateSegmentDefinitionprofile:TagResourcekms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantskms:GenerateDataKeyprofile:GetSegmentDefinitionkms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantskms:GenerateDataKeyprofile:GetSegmentDefinitionprofile:UntagResourceprofile:TagResourcekms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantsprofile:DeleteSegmentDefinitionkms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantskms:GenerateDataKeyprofile:ListSegmentDefinitionskms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantskms:GenerateDataKeyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNameSegmentDefinitionNameDisplayNameSegmentGroupsSegmentSqlQuery