ProfileOutboundRequest - Amazon Connect

ProfileOutboundRequest

Contains information about a profile outbound request.

Contents

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the AWS SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a profile outbound request is already created, the profile outbound request ID is returned.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 200.

Pattern: [a-zA-Z0-9_\-.]*

Required: Yes

profileId

The identifier of the customer profile.

Type: String

Pattern: [a-f0-9]{32}

Required: Yes

expirationTime

A UNIX timestamp that specifies when a profile outbound request expires.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: