Values.CreateSegmentSnapshotRequestSourceTriggers a job to export a segment to a specified destination.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)segmentDefinitionName : Name.t;The name of the segment definition used in this snapshot request.
*)dataFormat : DataFormat.t;The format in which the segment will be exported.
*)encryptionKey : EncryptionKey.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.
*)roleArn : RoleArn.t option;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 : String1To255.t option;The destination to which the segment will be exported. This field must be provided if the request is not submitted from the Amazon Connect Admin Website.
*)}val make :
?encryptionKey:??? ->
?roleArn:??? ->
?destinationUri:??? ->
domainName:Name.t ->
segmentDefinitionName:Name.t ->
dataFormat:DataFormat.t ->
unit ->
t