API Reference
    Preparing search index...

    Variable ConnectOutboundCampaignsCustomerProfileSchemaConst

    ConnectOutboundCampaignsCustomerProfileSchema: ZodObject<
        {
            CustomerData: ZodString;
            IdempotencyToken: ZodString;
            ProfileId: ZodString;
        },
        $strip,
    > = ...

    Zod schema for Amazon Connect Outbound Campaigns customer profile records.

    CustomerData is a JSON string with campaign-defined key-value pairs. You can parse it by extending this schema with JSONStringified from @aws-lambda-powertools/parser/helpers.