interface PinpointServiceOptions {
    address?: string;
    optOut?: "ALL" | "NONE";
    userAttributes?: Record<string, string[]>;
}

Properties

address?: string
optOut?: "ALL" | "NONE"
userAttributes?: Record<string, string[]>