Triggers a job to export a segment to a specified destination
Source:R/customerprofiles_operations.R
customerprofiles_create_segment_snapshot.RdTriggers a job to export a segment to a specified destination.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_segment_snapshot/ for full documentation.
Usage
customerprofiles_create_segment_snapshot(
DomainName,
SegmentDefinitionName,
DataFormat,
EncryptionKey = NULL,
RoleArn = NULL,
DestinationUri = NULL
)Arguments
- DomainName
[required] The unique name of the domain.
- SegmentDefinitionName
[required] The name of the segment definition used in this snapshot request.
- DataFormat
[required] The format in which the segment will be exported.
- EncryptionKey
The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.
- RoleArn
The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the role for conducting KMS and S3 operations.
- DestinationUri
The destination to which the segment will be exported. This field must be provided if the request is not submitted from the Connect Customer Admin Website.