UpdateTriggerRequest: {
    description?: string;
    name?: string;
    region?: Region;
    sqsConfig?: Function.v1beta1.UpdateTriggerRequestSqsClientConfig;
    triggerId: string;
}

Type declaration

  • Optionaldescription?: string

    Description of the trigger.

  • Optionalname?: string

    Name of the trigger.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionalsqsConfig?: Function.v1beta1.UpdateTriggerRequestSqsClientConfig

    Configuration for an AWS SQS queue.

    One-of ('config'): at most one of 'sqsConfig' could be set.

  • triggerId: string

    ID of the trigger to update.