1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. Rule

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connect.Rule

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Creates a rule for the specified CON instance.

    Create Rule Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Rule(name: string, args: RuleArgs, opts?: CustomResourceOptions);
    @overload
    def Rule(resource_name: str,
             args: RuleArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Rule(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             actions: Optional[RuleActionsArgs] = None,
             function: Optional[str] = None,
             instance_arn: Optional[str] = None,
             publish_status: Optional[RulePublishStatus] = None,
             trigger_event_source: Optional[RuleTriggerEventSourceArgs] = None,
             name: Optional[str] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewRule(ctx *Context, name string, args RuleArgs, opts ...ResourceOption) (*Rule, error)
    public Rule(string name, RuleArgs args, CustomResourceOptions? opts = null)
    public Rule(String name, RuleArgs args)
    public Rule(String name, RuleArgs args, CustomResourceOptions options)
    
    type: aws-native:connect:Rule
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RuleArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RuleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RuleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Rule Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Rule resource accepts the following input properties:

    Actions Pulumi.AwsNative.Connect.Inputs.RuleActions
    A list of actions to be run when the rule is triggered.
    Function string
    The conditions of the rule.
    InstanceArn string
    The Amazon Resource Name (ARN) of the instance.
    PublishStatus Pulumi.AwsNative.Connect.RulePublishStatus
    The publish status of the rule. Allowed values: DRAFT | PUBLISHED
    TriggerEventSource Pulumi.AwsNative.Connect.Inputs.RuleTriggerEventSource
    The event source to trigger the rule.
    Name string
    The name of the rule.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    Actions RuleActionsArgs
    A list of actions to be run when the rule is triggered.
    Function string
    The conditions of the rule.
    InstanceArn string
    The Amazon Resource Name (ARN) of the instance.
    PublishStatus RulePublishStatus
    The publish status of the rule. Allowed values: DRAFT | PUBLISHED
    TriggerEventSource RuleTriggerEventSourceArgs
    The event source to trigger the rule.
    Name string
    The name of the rule.
    Tags TagArgs
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    actions RuleActions
    A list of actions to be run when the rule is triggered.
    function String
    The conditions of the rule.
    instanceArn String
    The Amazon Resource Name (ARN) of the instance.
    publishStatus RulePublishStatus
    The publish status of the rule. Allowed values: DRAFT | PUBLISHED
    triggerEventSource RuleTriggerEventSource
    The event source to trigger the rule.
    name String
    The name of the rule.
    tags List<Tag>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    actions RuleActions
    A list of actions to be run when the rule is triggered.
    function string
    The conditions of the rule.
    instanceArn string
    The Amazon Resource Name (ARN) of the instance.
    publishStatus RulePublishStatus
    The publish status of the rule. Allowed values: DRAFT | PUBLISHED
    triggerEventSource RuleTriggerEventSource
    The event source to trigger the rule.
    name string
    The name of the rule.
    tags Tag[]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    actions RuleActionsArgs
    A list of actions to be run when the rule is triggered.
    function str
    The conditions of the rule.
    instance_arn str
    The Amazon Resource Name (ARN) of the instance.
    publish_status RulePublishStatus
    The publish status of the rule. Allowed values: DRAFT | PUBLISHED
    trigger_event_source RuleTriggerEventSourceArgs
    The event source to trigger the rule.
    name str
    The name of the rule.
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    actions Property Map
    A list of actions to be run when the rule is triggered.
    function String
    The conditions of the rule.
    instanceArn String
    The Amazon Resource Name (ARN) of the instance.
    publishStatus "DRAFT" | "PUBLISHED"
    The publish status of the rule. Allowed values: DRAFT | PUBLISHED
    triggerEventSource Property Map
    The event source to trigger the rule.
    name String
    The name of the rule.
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Rule resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    RuleArn string
    The Amazon Resource Name (ARN) of the rule.
    Id string
    The provider-assigned unique ID for this managed resource.
    RuleArn string
    The Amazon Resource Name (ARN) of the rule.
    id String
    The provider-assigned unique ID for this managed resource.
    ruleArn String
    The Amazon Resource Name (ARN) of the rule.
    id string
    The provider-assigned unique ID for this managed resource.
    ruleArn string
    The Amazon Resource Name (ARN) of the rule.
    id str
    The provider-assigned unique ID for this managed resource.
    rule_arn str
    The Amazon Resource Name (ARN) of the rule.
    id String
    The provider-assigned unique ID for this managed resource.
    ruleArn String
    The Amazon Resource Name (ARN) of the rule.

    Supporting Types

    RuleActions, RuleActionsArgs

    AssignContactCategoryActions List<Pulumi.AwsNative.Connect.Inputs.RuleAssignContactCategoryAction>
    Information about the contact category action. The syntax can be empty, for example, {}.
    CreateCaseActions List<Pulumi.AwsNative.Connect.Inputs.RuleCreateCaseAction>
    EndAssociatedTasksActions List<Pulumi.AwsNative.Connect.Inputs.RuleEndAssociatedTasksAction>
    EventBridgeActions List<Pulumi.AwsNative.Connect.Inputs.RuleEventBridgeAction>
    Information about the EV action.
    SendNotificationActions List<Pulumi.AwsNative.Connect.Inputs.RuleSendNotificationAction>
    Information about the send notification action.
    SubmitAutoEvaluationActions List<Pulumi.AwsNative.Connect.Inputs.RuleSubmitAutoEvaluationAction>
    TaskActions List<Pulumi.AwsNative.Connect.Inputs.RuleTaskAction>
    Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    UpdateCaseActions List<Pulumi.AwsNative.Connect.Inputs.RuleUpdateCaseAction>
    AssignContactCategoryActions []RuleAssignContactCategoryAction
    Information about the contact category action. The syntax can be empty, for example, {}.
    CreateCaseActions []RuleCreateCaseAction
    EndAssociatedTasksActions []RuleEndAssociatedTasksAction
    EventBridgeActions []RuleEventBridgeAction
    Information about the EV action.
    SendNotificationActions []RuleSendNotificationAction
    Information about the send notification action.
    SubmitAutoEvaluationActions []RuleSubmitAutoEvaluationAction
    TaskActions []RuleTaskAction
    Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    UpdateCaseActions []RuleUpdateCaseAction
    assignContactCategoryActions List<RuleAssignContactCategoryAction>
    Information about the contact category action. The syntax can be empty, for example, {}.
    createCaseActions List<RuleCreateCaseAction>
    endAssociatedTasksActions List<RuleEndAssociatedTasksAction>
    eventBridgeActions List<RuleEventBridgeAction>
    Information about the EV action.
    sendNotificationActions List<RuleSendNotificationAction>
    Information about the send notification action.
    submitAutoEvaluationActions List<RuleSubmitAutoEvaluationAction>
    taskActions List<RuleTaskAction>
    Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    updateCaseActions List<RuleUpdateCaseAction>
    assignContactCategoryActions RuleAssignContactCategoryAction[]
    Information about the contact category action. The syntax can be empty, for example, {}.
    createCaseActions RuleCreateCaseAction[]
    endAssociatedTasksActions RuleEndAssociatedTasksAction[]
    eventBridgeActions RuleEventBridgeAction[]
    Information about the EV action.
    sendNotificationActions RuleSendNotificationAction[]
    Information about the send notification action.
    submitAutoEvaluationActions RuleSubmitAutoEvaluationAction[]
    taskActions RuleTaskAction[]
    Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    updateCaseActions RuleUpdateCaseAction[]
    assign_contact_category_actions Sequence[RuleAssignContactCategoryAction]
    Information about the contact category action. The syntax can be empty, for example, {}.
    create_case_actions Sequence[RuleCreateCaseAction]
    end_associated_tasks_actions Sequence[RuleEndAssociatedTasksAction]
    event_bridge_actions Sequence[RuleEventBridgeAction]
    Information about the EV action.
    send_notification_actions Sequence[RuleSendNotificationAction]
    Information about the send notification action.
    submit_auto_evaluation_actions Sequence[RuleSubmitAutoEvaluationAction]
    task_actions Sequence[RuleTaskAction]
    Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    update_case_actions Sequence[RuleUpdateCaseAction]
    assignContactCategoryActions List<Property Map>
    Information about the contact category action. The syntax can be empty, for example, {}.
    createCaseActions List<Property Map>
    endAssociatedTasksActions List<Property Map>
    eventBridgeActions List<Property Map>
    Information about the EV action.
    sendNotificationActions List<Property Map>
    Information about the send notification action.
    submitAutoEvaluationActions List<Property Map>
    taskActions List<Property Map>
    Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    updateCaseActions List<Property Map>

    RuleCreateCaseAction, RuleCreateCaseActionArgs

    RuleEventBridgeAction, RuleEventBridgeActionArgs

    Name string
    The name.
    Name string
    The name.
    name String
    The name.
    name string
    The name.
    name str
    The name.
    name String
    The name.

    RuleField, RuleFieldArgs

    RuleFieldValue, RuleFieldValueArgs

    BooleanValue bool
    DoubleValue float64
    EmptyValue interface{}
    StringValue string

    RuleNotificationRecipientType, RuleNotificationRecipientTypeArgs

    UserArns List<string>
    The Amazon Resource Name (ARN) of the user account.
    UserTags Dictionary<string, string>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
    UserArns []string
    The Amazon Resource Name (ARN) of the user account.
    UserTags map[string]string
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
    userArns List<String>
    The Amazon Resource Name (ARN) of the user account.
    userTags Map<String,String>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
    userArns string[]
    The Amazon Resource Name (ARN) of the user account.
    userTags {[key: string]: string}
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
    user_arns Sequence[str]
    The Amazon Resource Name (ARN) of the user account.
    user_tags Mapping[str, str]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
    userArns List<String>
    The Amazon Resource Name (ARN) of the user account.
    userTags Map<String>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.

    RulePublishStatus, RulePublishStatusArgs

    Draft
    DRAFT
    Published
    PUBLISHED
    RulePublishStatusDraft
    DRAFT
    RulePublishStatusPublished
    PUBLISHED
    Draft
    DRAFT
    Published
    PUBLISHED
    Draft
    DRAFT
    Published
    PUBLISHED
    DRAFT
    DRAFT
    PUBLISHED
    PUBLISHED
    "DRAFT"
    DRAFT
    "PUBLISHED"
    PUBLISHED

    RuleReference, RuleReferenceArgs

    Type Pulumi.AwsNative.Connect.RuleReferenceType
    The type of the reference. DATE must be of type Epoch timestamp. Allowed values: URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL
    Value string
    A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
    Type RuleReferenceType
    The type of the reference. DATE must be of type Epoch timestamp. Allowed values: URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL
    Value string
    A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
    type RuleReferenceType
    The type of the reference. DATE must be of type Epoch timestamp. Allowed values: URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL
    value String
    A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
    type RuleReferenceType
    The type of the reference. DATE must be of type Epoch timestamp. Allowed values: URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL
    value string
    A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
    type RuleReferenceType
    The type of the reference. DATE must be of type Epoch timestamp. Allowed values: URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL
    value str
    A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
    type "URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL"
    The type of the reference. DATE must be of type Epoch timestamp. Allowed values: URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL
    value String
    A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).

    RuleReferenceType, RuleReferenceTypeArgs

    Url
    URL
    Attachment
    ATTACHMENT
    Number
    NUMBER
    String
    STRING
    Date
    DATE
    Email
    EMAIL
    RuleReferenceTypeUrl
    URL
    RuleReferenceTypeAttachment
    ATTACHMENT
    RuleReferenceTypeNumber
    NUMBER
    RuleReferenceTypeString
    STRING
    RuleReferenceTypeDate
    DATE
    RuleReferenceTypeEmail
    EMAIL
    Url
    URL
    Attachment
    ATTACHMENT
    Number
    NUMBER
    String
    STRING
    Date
    DATE
    Email
    EMAIL
    Url
    URL
    Attachment
    ATTACHMENT
    Number
    NUMBER
    String
    STRING
    Date
    DATE
    Email
    EMAIL
    URL
    URL
    ATTACHMENT
    ATTACHMENT
    NUMBER
    NUMBER
    STRING
    STRING
    DATE
    DATE
    EMAIL
    EMAIL
    "URL"
    URL
    "ATTACHMENT"
    ATTACHMENT
    "NUMBER"
    NUMBER
    "STRING"
    STRING
    "DATE"
    DATE
    "EMAIL"
    EMAIL

    RuleSendNotificationAction, RuleSendNotificationActionArgs

    Content string
    Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    ContentType Pulumi.AwsNative.Connect.RuleSendNotificationActionContentType
    Content type format. Allowed value: PLAIN_TEXT
    DeliveryMethod Pulumi.AwsNative.Connect.RuleSendNotificationActionDeliveryMethod
    Notification delivery method. Allowed value: EMAIL
    Recipient Pulumi.AwsNative.Connect.Inputs.RuleNotificationRecipientType
    Notification recipient.
    Subject string
    The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    Content string
    Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    ContentType RuleSendNotificationActionContentType
    Content type format. Allowed value: PLAIN_TEXT
    DeliveryMethod RuleSendNotificationActionDeliveryMethod
    Notification delivery method. Allowed value: EMAIL
    Recipient RuleNotificationRecipientType
    Notification recipient.
    Subject string
    The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    content String
    Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    contentType RuleSendNotificationActionContentType
    Content type format. Allowed value: PLAIN_TEXT
    deliveryMethod RuleSendNotificationActionDeliveryMethod
    Notification delivery method. Allowed value: EMAIL
    recipient RuleNotificationRecipientType
    Notification recipient.
    subject String
    The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    content string
    Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    contentType RuleSendNotificationActionContentType
    Content type format. Allowed value: PLAIN_TEXT
    deliveryMethod RuleSendNotificationActionDeliveryMethod
    Notification delivery method. Allowed value: EMAIL
    recipient RuleNotificationRecipientType
    Notification recipient.
    subject string
    The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    content str
    Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    content_type RuleSendNotificationActionContentType
    Content type format. Allowed value: PLAIN_TEXT
    delivery_method RuleSendNotificationActionDeliveryMethod
    Notification delivery method. Allowed value: EMAIL
    recipient RuleNotificationRecipientType
    Notification recipient.
    subject str
    The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    content String
    Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    contentType "PLAIN_TEXT"
    Content type format. Allowed value: PLAIN_TEXT
    deliveryMethod "EMAIL"
    Notification delivery method. Allowed value: EMAIL
    recipient Property Map
    Notification recipient.
    subject String
    The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.

    RuleSendNotificationActionContentType, RuleSendNotificationActionContentTypeArgs

    PlainText
    PLAIN_TEXT
    RuleSendNotificationActionContentTypePlainText
    PLAIN_TEXT
    PlainText
    PLAIN_TEXT
    PlainText
    PLAIN_TEXT
    PLAIN_TEXT
    PLAIN_TEXT
    "PLAIN_TEXT"
    PLAIN_TEXT

    RuleSendNotificationActionDeliveryMethod, RuleSendNotificationActionDeliveryMethodArgs

    Email
    EMAIL
    RuleSendNotificationActionDeliveryMethodEmail
    EMAIL
    Email
    EMAIL
    Email
    EMAIL
    EMAIL
    EMAIL
    "EMAIL"
    EMAIL

    RuleSubmitAutoEvaluationAction, RuleSubmitAutoEvaluationActionArgs

    RuleTaskAction, RuleTaskActionArgs

    ContactFlowArn string
    The Amazon Resource Name (ARN) of the flow.
    Name string
    The name. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    Description string
    The description. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    References Dictionary<string, Pulumi.AwsNative.Connect.Inputs.RuleReference>
    Information about the reference when the referenceType is URL. Otherwise, null. URL is the only accepted type. (Supports variable injection in the Value field.)
    ContactFlowArn string
    The Amazon Resource Name (ARN) of the flow.
    Name string
    The name. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    Description string
    The description. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    References map[string]RuleReference
    Information about the reference when the referenceType is URL. Otherwise, null. URL is the only accepted type. (Supports variable injection in the Value field.)
    contactFlowArn String
    The Amazon Resource Name (ARN) of the flow.
    name String
    The name. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    description String
    The description. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    references Map<String,RuleReference>
    Information about the reference when the referenceType is URL. Otherwise, null. URL is the only accepted type. (Supports variable injection in the Value field.)
    contactFlowArn string
    The Amazon Resource Name (ARN) of the flow.
    name string
    The name. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    description string
    The description. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    references {[key: string]: RuleReference}
    Information about the reference when the referenceType is URL. Otherwise, null. URL is the only accepted type. (Supports variable injection in the Value field.)
    contact_flow_arn str
    The Amazon Resource Name (ARN) of the flow.
    name str
    The name. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    description str
    The description. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    references Mapping[str, RuleReference]
    Information about the reference when the referenceType is URL. Otherwise, null. URL is the only accepted type. (Supports variable injection in the Value field.)
    contactFlowArn String
    The Amazon Resource Name (ARN) of the flow.
    name String
    The name. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    description String
    The description. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
    references Map<Property Map>
    Information about the reference when the referenceType is URL. Otherwise, null. URL is the only accepted type. (Supports variable injection in the Value field.)

    RuleTriggerEventSource, RuleTriggerEventSourceArgs

    EventSourceName Pulumi.AwsNative.Connect.RuleTriggerEventSourceEventSourceName
    The name of the event source.
    IntegrationAssociationArn string
    The Amazon Resource Name (ARN) of the integration association. IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    EventSourceName RuleTriggerEventSourceEventSourceName
    The name of the event source.
    IntegrationAssociationArn string
    The Amazon Resource Name (ARN) of the integration association. IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    eventSourceName RuleTriggerEventSourceEventSourceName
    The name of the event source.
    integrationAssociationArn String
    The Amazon Resource Name (ARN) of the integration association. IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    eventSourceName RuleTriggerEventSourceEventSourceName
    The name of the event source.
    integrationAssociationArn string
    The Amazon Resource Name (ARN) of the integration association. IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    event_source_name RuleTriggerEventSourceEventSourceName
    The name of the event source.
    integration_association_arn str
    The Amazon Resource Name (ARN) of the integration association. IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
    eventSourceName "OnContactEvaluationSubmit" | "OnPostCallAnalysisAvailable" | "OnRealTimeCallAnalysisAvailable" | "OnRealTimeChatAnalysisAvailable" | "OnPostChatAnalysisAvailable" | "OnZendeskTicketCreate" | "OnZendeskTicketStatusUpdate" | "OnSalesforceCaseCreate" | "OnMetricDataUpdate" | "OnCaseCreate" | "OnCaseUpdate"
    The name of the event source.
    integrationAssociationArn String
    The Amazon Resource Name (ARN) of the integration association. IntegrationAssociationArn is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate

    RuleTriggerEventSourceEventSourceName, RuleTriggerEventSourceEventSourceNameArgs

    OnContactEvaluationSubmit
    OnContactEvaluationSubmit
    OnPostCallAnalysisAvailable
    OnPostCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    OnZendeskTicketCreate
    OnZendeskTicketCreate
    OnZendeskTicketStatusUpdate
    OnZendeskTicketStatusUpdate
    OnSalesforceCaseCreate
    OnSalesforceCaseCreate
    OnMetricDataUpdate
    OnMetricDataUpdate
    OnCaseCreate
    OnCaseCreate
    OnCaseUpdate
    OnCaseUpdate
    RuleTriggerEventSourceEventSourceNameOnContactEvaluationSubmit
    OnContactEvaluationSubmit
    RuleTriggerEventSourceEventSourceNameOnPostCallAnalysisAvailable
    OnPostCallAnalysisAvailable
    RuleTriggerEventSourceEventSourceNameOnRealTimeCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    RuleTriggerEventSourceEventSourceNameOnRealTimeChatAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    RuleTriggerEventSourceEventSourceNameOnPostChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    RuleTriggerEventSourceEventSourceNameOnZendeskTicketCreate
    OnZendeskTicketCreate
    RuleTriggerEventSourceEventSourceNameOnZendeskTicketStatusUpdate
    OnZendeskTicketStatusUpdate
    RuleTriggerEventSourceEventSourceNameOnSalesforceCaseCreate
    OnSalesforceCaseCreate
    RuleTriggerEventSourceEventSourceNameOnMetricDataUpdate
    OnMetricDataUpdate
    RuleTriggerEventSourceEventSourceNameOnCaseCreate
    OnCaseCreate
    RuleTriggerEventSourceEventSourceNameOnCaseUpdate
    OnCaseUpdate
    OnContactEvaluationSubmit
    OnContactEvaluationSubmit
    OnPostCallAnalysisAvailable
    OnPostCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    OnZendeskTicketCreate
    OnZendeskTicketCreate
    OnZendeskTicketStatusUpdate
    OnZendeskTicketStatusUpdate
    OnSalesforceCaseCreate
    OnSalesforceCaseCreate
    OnMetricDataUpdate
    OnMetricDataUpdate
    OnCaseCreate
    OnCaseCreate
    OnCaseUpdate
    OnCaseUpdate
    OnContactEvaluationSubmit
    OnContactEvaluationSubmit
    OnPostCallAnalysisAvailable
    OnPostCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    OnRealTimeCallAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    OnRealTimeChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    OnPostChatAnalysisAvailable
    OnZendeskTicketCreate
    OnZendeskTicketCreate
    OnZendeskTicketStatusUpdate
    OnZendeskTicketStatusUpdate
    OnSalesforceCaseCreate
    OnSalesforceCaseCreate
    OnMetricDataUpdate
    OnMetricDataUpdate
    OnCaseCreate
    OnCaseCreate
    OnCaseUpdate
    OnCaseUpdate
    ON_CONTACT_EVALUATION_SUBMIT
    OnContactEvaluationSubmit
    ON_POST_CALL_ANALYSIS_AVAILABLE
    OnPostCallAnalysisAvailable
    ON_REAL_TIME_CALL_ANALYSIS_AVAILABLE
    OnRealTimeCallAnalysisAvailable
    ON_REAL_TIME_CHAT_ANALYSIS_AVAILABLE
    OnRealTimeChatAnalysisAvailable
    ON_POST_CHAT_ANALYSIS_AVAILABLE
    OnPostChatAnalysisAvailable
    ON_ZENDESK_TICKET_CREATE
    OnZendeskTicketCreate
    ON_ZENDESK_TICKET_STATUS_UPDATE
    OnZendeskTicketStatusUpdate
    ON_SALESFORCE_CASE_CREATE
    OnSalesforceCaseCreate
    ON_METRIC_DATA_UPDATE
    OnMetricDataUpdate
    ON_CASE_CREATE
    OnCaseCreate
    ON_CASE_UPDATE
    OnCaseUpdate
    "OnContactEvaluationSubmit"
    OnContactEvaluationSubmit
    "OnPostCallAnalysisAvailable"
    OnPostCallAnalysisAvailable
    "OnRealTimeCallAnalysisAvailable"
    OnRealTimeCallAnalysisAvailable
    "OnRealTimeChatAnalysisAvailable"
    OnRealTimeChatAnalysisAvailable
    "OnPostChatAnalysisAvailable"
    OnPostChatAnalysisAvailable
    "OnZendeskTicketCreate"
    OnZendeskTicketCreate
    "OnZendeskTicketStatusUpdate"
    OnZendeskTicketStatusUpdate
    "OnSalesforceCaseCreate"
    OnSalesforceCaseCreate
    "OnMetricDataUpdate"
    OnMetricDataUpdate
    "OnCaseCreate"
    OnCaseCreate
    "OnCaseUpdate"
    OnCaseUpdate

    RuleUpdateCaseAction, RuleUpdateCaseActionArgs

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi