1. Packages
  2. AWS Native
  3. API Docs
  4. customerprofiles
  5. Integration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.customerprofiles.Integration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    The resource schema for creating an Amazon Connect Customer Profiles Integration.

    Create Integration Resource

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

    Constructor syntax

    new Integration(name: string, args: IntegrationArgs, opts?: CustomResourceOptions);
    @overload
    def Integration(resource_name: str,
                    args: IntegrationArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Integration(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    domain_name: Optional[str] = None,
                    flow_definition: Optional[IntegrationFlowDefinitionArgs] = None,
                    object_type_name: Optional[str] = None,
                    object_type_names: Optional[Sequence[IntegrationObjectTypeMappingArgs]] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                    uri: Optional[str] = None)
    func NewIntegration(ctx *Context, name string, args IntegrationArgs, opts ...ResourceOption) (*Integration, error)
    public Integration(string name, IntegrationArgs args, CustomResourceOptions? opts = null)
    public Integration(String name, IntegrationArgs args)
    public Integration(String name, IntegrationArgs args, CustomResourceOptions options)
    
    type: aws-native:customerprofiles:Integration
    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 IntegrationArgs
    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 IntegrationArgs
    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 IntegrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const integrationResource = new aws_native.customerprofiles.Integration("integrationResource", {
        domainName: "string",
        flowDefinition: {
            flowName: "string",
            kmsArn: "string",
            sourceFlowConfig: {
                connectorType: aws_native.customerprofiles.IntegrationConnectorType.Salesforce,
                sourceConnectorProperties: {
                    marketo: {
                        object: "string",
                    },
                    s3: {
                        bucketName: "string",
                        bucketPrefix: "string",
                    },
                    salesforce: {
                        object: "string",
                        enableDynamicFieldUpdate: false,
                        includeDeletedRecords: false,
                    },
                    serviceNow: {
                        object: "string",
                    },
                    zendesk: {
                        object: "string",
                    },
                },
                connectorProfileName: "string",
                incrementalPullConfig: {
                    datetimeTypeFieldName: "string",
                },
            },
            tasks: [{
                sourceFields: ["string"],
                taskType: aws_native.customerprofiles.IntegrationTaskType.Arithmetic,
                connectorOperator: {
                    marketo: aws_native.customerprofiles.IntegrationMarketoConnectorOperator.Projection,
                    s3: aws_native.customerprofiles.IntegrationS3ConnectorOperator.Projection,
                    salesforce: aws_native.customerprofiles.IntegrationSalesforceConnectorOperator.Projection,
                    serviceNow: aws_native.customerprofiles.IntegrationServiceNowConnectorOperator.Projection,
                    zendesk: aws_native.customerprofiles.IntegrationZendeskConnectorOperator.Projection,
                },
                destinationField: "string",
                taskProperties: [{
                    operatorPropertyKey: aws_native.customerprofiles.IntegrationOperatorPropertiesKeys.Value,
                    property: "string",
                }],
            }],
            triggerConfig: {
                triggerType: aws_native.customerprofiles.IntegrationTriggerType.Scheduled,
                triggerProperties: {
                    scheduled: {
                        scheduleExpression: "string",
                        dataPullMode: aws_native.customerprofiles.IntegrationScheduledTriggerPropertiesDataPullMode.Incremental,
                        firstExecutionFrom: 0,
                        scheduleEndTime: 0,
                        scheduleOffset: 0,
                        scheduleStartTime: 0,
                        timezone: "string",
                    },
                },
            },
            description: "string",
        },
        objectTypeName: "string",
        objectTypeNames: [{
            key: "string",
            value: "string",
        }],
        tags: [{
            key: "string",
            value: "string",
        }],
        uri: "string",
    });
    
    Coming soon!
    

    Integration Resource Properties

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

    Inputs

    The Integration resource accepts the following input properties:

    DomainName string
    The unique name of the domain.
    FlowDefinition Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationFlowDefinition
    ObjectTypeName string
    The name of the ObjectType defined for the 3rd party data in Profile Service
    ObjectTypeNames List<Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationObjectTypeMapping>
    The mapping between 3rd party event types and ObjectType names
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags (keys and values) associated with the integration
    Uri string
    The URI of the S3 bucket or any other type of data source.
    DomainName string
    The unique name of the domain.
    FlowDefinition IntegrationFlowDefinitionArgs
    ObjectTypeName string
    The name of the ObjectType defined for the 3rd party data in Profile Service
    ObjectTypeNames []IntegrationObjectTypeMappingArgs
    The mapping between 3rd party event types and ObjectType names
    Tags TagArgs
    The tags (keys and values) associated with the integration
    Uri string
    The URI of the S3 bucket or any other type of data source.
    domainName String
    The unique name of the domain.
    flowDefinition IntegrationFlowDefinition
    objectTypeName String
    The name of the ObjectType defined for the 3rd party data in Profile Service
    objectTypeNames List<IntegrationObjectTypeMapping>
    The mapping between 3rd party event types and ObjectType names
    tags List<Tag>
    The tags (keys and values) associated with the integration
    uri String
    The URI of the S3 bucket or any other type of data source.
    domainName string
    The unique name of the domain.
    flowDefinition IntegrationFlowDefinition
    objectTypeName string
    The name of the ObjectType defined for the 3rd party data in Profile Service
    objectTypeNames IntegrationObjectTypeMapping[]
    The mapping between 3rd party event types and ObjectType names
    tags Tag[]
    The tags (keys and values) associated with the integration
    uri string
    The URI of the S3 bucket or any other type of data source.
    domain_name str
    The unique name of the domain.
    flow_definition IntegrationFlowDefinitionArgs
    object_type_name str
    The name of the ObjectType defined for the 3rd party data in Profile Service
    object_type_names Sequence[IntegrationObjectTypeMappingArgs]
    The mapping between 3rd party event types and ObjectType names
    tags Sequence[TagArgs]
    The tags (keys and values) associated with the integration
    uri str
    The URI of the S3 bucket or any other type of data source.
    domainName String
    The unique name of the domain.
    flowDefinition Property Map
    objectTypeName String
    The name of the ObjectType defined for the 3rd party data in Profile Service
    objectTypeNames List<Property Map>
    The mapping between 3rd party event types and ObjectType names
    tags List<Property Map>
    The tags (keys and values) associated with the integration
    uri String
    The URI of the S3 bucket or any other type of data source.

    Outputs

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

    CreatedAt string
    The time of this integration got created
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The time of this integration got last updated at
    CreatedAt string
    The time of this integration got created
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The time of this integration got last updated at
    createdAt String
    The time of this integration got created
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The time of this integration got last updated at
    createdAt string
    The time of this integration got created
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt string
    The time of this integration got last updated at
    created_at str
    The time of this integration got created
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_at str
    The time of this integration got last updated at
    createdAt String
    The time of this integration got created
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The time of this integration got last updated at

    Supporting Types

    IntegrationConnectorOperator, IntegrationConnectorOperatorArgs

    marketo "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    s3 "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    salesforce "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "CONTAINS" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    serviceNow "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "CONTAINS" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    zendesk "PROJECTION" | "GREATER_THAN" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"

    IntegrationConnectorType, IntegrationConnectorTypeArgs

    Salesforce
    Salesforce
    Marketo
    Marketo
    ServiceNow
    ServiceNow
    Zendesk
    Zendesk
    S3
    S3
    IntegrationConnectorTypeSalesforce
    Salesforce
    IntegrationConnectorTypeMarketo
    Marketo
    IntegrationConnectorTypeServiceNow
    ServiceNow
    IntegrationConnectorTypeZendesk
    Zendesk
    IntegrationConnectorTypeS3
    S3
    Salesforce
    Salesforce
    Marketo
    Marketo
    ServiceNow
    ServiceNow
    Zendesk
    Zendesk
    S3
    S3
    Salesforce
    Salesforce
    Marketo
    Marketo
    ServiceNow
    ServiceNow
    Zendesk
    Zendesk
    S3
    S3
    SALESFORCE
    Salesforce
    MARKETO
    Marketo
    SERVICE_NOW
    ServiceNow
    ZENDESK
    Zendesk
    S3
    S3
    "Salesforce"
    Salesforce
    "Marketo"
    Marketo
    "ServiceNow"
    ServiceNow
    "Zendesk"
    Zendesk
    "S3"
    S3

    IntegrationFlowDefinition, IntegrationFlowDefinitionArgs

    IntegrationIncrementalPullConfig, IntegrationIncrementalPullConfigArgs

    IntegrationMarketoConnectorOperator, IntegrationMarketoConnectorOperatorArgs

    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Between
    BETWEEN
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    IntegrationMarketoConnectorOperatorProjection
    PROJECTION
    IntegrationMarketoConnectorOperatorLessThan
    LESS_THAN
    IntegrationMarketoConnectorOperatorGreaterThan
    GREATER_THAN
    IntegrationMarketoConnectorOperatorBetween
    BETWEEN
    IntegrationMarketoConnectorOperatorAddition
    ADDITION
    IntegrationMarketoConnectorOperatorMultiplication
    MULTIPLICATION
    IntegrationMarketoConnectorOperatorDivision
    DIVISION
    IntegrationMarketoConnectorOperatorSubtraction
    SUBTRACTION
    IntegrationMarketoConnectorOperatorMaskAll
    MASK_ALL
    IntegrationMarketoConnectorOperatorMaskFirstN
    MASK_FIRST_N
    IntegrationMarketoConnectorOperatorMaskLastN
    MASK_LAST_N
    IntegrationMarketoConnectorOperatorValidateNonNull
    VALIDATE_NON_NULL
    IntegrationMarketoConnectorOperatorValidateNonZero
    VALIDATE_NON_ZERO
    IntegrationMarketoConnectorOperatorValidateNonNegative
    VALIDATE_NON_NEGATIVE
    IntegrationMarketoConnectorOperatorValidateNumeric
    VALIDATE_NUMERIC
    IntegrationMarketoConnectorOperatorNoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Between
    BETWEEN
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Between
    BETWEEN
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    PROJECTION
    PROJECTION
    LESS_THAN
    LESS_THAN
    GREATER_THAN
    GREATER_THAN
    BETWEEN
    BETWEEN
    ADDITION
    ADDITION
    MULTIPLICATION
    MULTIPLICATION
    DIVISION
    DIVISION
    SUBTRACTION
    SUBTRACTION
    MASK_ALL
    MASK_ALL
    MASK_FIRST_N
    MASK_FIRST_N
    MASK_LAST_N
    MASK_LAST_N
    VALIDATE_NON_NULL
    VALIDATE_NON_NULL
    VALIDATE_NON_ZERO
    VALIDATE_NON_ZERO
    VALIDATE_NON_NEGATIVE
    VALIDATE_NON_NEGATIVE
    VALIDATE_NUMERIC
    VALIDATE_NUMERIC
    NO_OP
    NO_OP
    "PROJECTION"
    PROJECTION
    "LESS_THAN"
    LESS_THAN
    "GREATER_THAN"
    GREATER_THAN
    "BETWEEN"
    BETWEEN
    "ADDITION"
    ADDITION
    "MULTIPLICATION"
    MULTIPLICATION
    "DIVISION"
    DIVISION
    "SUBTRACTION"
    SUBTRACTION
    "MASK_ALL"
    MASK_ALL
    "MASK_FIRST_N"
    MASK_FIRST_N
    "MASK_LAST_N"
    MASK_LAST_N
    "VALIDATE_NON_NULL"
    VALIDATE_NON_NULL
    "VALIDATE_NON_ZERO"
    VALIDATE_NON_ZERO
    "VALIDATE_NON_NEGATIVE"
    VALIDATE_NON_NEGATIVE
    "VALIDATE_NUMERIC"
    VALIDATE_NUMERIC
    "NO_OP"
    NO_OP

    IntegrationMarketoSourceProperties, IntegrationMarketoSourcePropertiesArgs

    Object string
    Object string
    object String
    object string
    object str
    object String

    IntegrationObjectTypeMapping, IntegrationObjectTypeMappingArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    IntegrationOperatorPropertiesKeys, IntegrationOperatorPropertiesKeysArgs

    Value
    VALUE
    Values
    VALUES
    DataType
    DATA_TYPE
    UpperBound
    UPPER_BOUND
    LowerBound
    LOWER_BOUND
    SourceDataType
    SOURCE_DATA_TYPE
    DestinationDataType
    DESTINATION_DATA_TYPE
    ValidationAction
    VALIDATION_ACTION
    MaskValue
    MASK_VALUE
    MaskLength
    MASK_LENGTH
    TruncateLength
    TRUNCATE_LENGTH
    MathOperationFieldsOrder
    MATH_OPERATION_FIELDS_ORDER
    ConcatFormat
    CONCAT_FORMAT
    SubfieldCategoryMap
    SUBFIELD_CATEGORY_MAP
    IntegrationOperatorPropertiesKeysValue
    VALUE
    IntegrationOperatorPropertiesKeysValues
    VALUES
    IntegrationOperatorPropertiesKeysDataType
    DATA_TYPE
    IntegrationOperatorPropertiesKeysUpperBound
    UPPER_BOUND
    IntegrationOperatorPropertiesKeysLowerBound
    LOWER_BOUND
    IntegrationOperatorPropertiesKeysSourceDataType
    SOURCE_DATA_TYPE
    IntegrationOperatorPropertiesKeysDestinationDataType
    DESTINATION_DATA_TYPE
    IntegrationOperatorPropertiesKeysValidationAction
    VALIDATION_ACTION
    IntegrationOperatorPropertiesKeysMaskValue
    MASK_VALUE
    IntegrationOperatorPropertiesKeysMaskLength
    MASK_LENGTH
    IntegrationOperatorPropertiesKeysTruncateLength
    TRUNCATE_LENGTH
    IntegrationOperatorPropertiesKeysMathOperationFieldsOrder
    MATH_OPERATION_FIELDS_ORDER
    IntegrationOperatorPropertiesKeysConcatFormat
    CONCAT_FORMAT
    IntegrationOperatorPropertiesKeysSubfieldCategoryMap
    SUBFIELD_CATEGORY_MAP
    Value
    VALUE
    Values
    VALUES
    DataType
    DATA_TYPE
    UpperBound
    UPPER_BOUND
    LowerBound
    LOWER_BOUND
    SourceDataType
    SOURCE_DATA_TYPE
    DestinationDataType
    DESTINATION_DATA_TYPE
    ValidationAction
    VALIDATION_ACTION
    MaskValue
    MASK_VALUE
    MaskLength
    MASK_LENGTH
    TruncateLength
    TRUNCATE_LENGTH
    MathOperationFieldsOrder
    MATH_OPERATION_FIELDS_ORDER
    ConcatFormat
    CONCAT_FORMAT
    SubfieldCategoryMap
    SUBFIELD_CATEGORY_MAP
    Value
    VALUE
    Values
    VALUES
    DataType
    DATA_TYPE
    UpperBound
    UPPER_BOUND
    LowerBound
    LOWER_BOUND
    SourceDataType
    SOURCE_DATA_TYPE
    DestinationDataType
    DESTINATION_DATA_TYPE
    ValidationAction
    VALIDATION_ACTION
    MaskValue
    MASK_VALUE
    MaskLength
    MASK_LENGTH
    TruncateLength
    TRUNCATE_LENGTH
    MathOperationFieldsOrder
    MATH_OPERATION_FIELDS_ORDER
    ConcatFormat
    CONCAT_FORMAT
    SubfieldCategoryMap
    SUBFIELD_CATEGORY_MAP
    VALUE
    VALUE
    VALUES
    VALUES
    DATA_TYPE
    DATA_TYPE
    UPPER_BOUND
    UPPER_BOUND
    LOWER_BOUND
    LOWER_BOUND
    SOURCE_DATA_TYPE
    SOURCE_DATA_TYPE
    DESTINATION_DATA_TYPE
    DESTINATION_DATA_TYPE
    VALIDATION_ACTION
    VALIDATION_ACTION
    MASK_VALUE
    MASK_VALUE
    MASK_LENGTH
    MASK_LENGTH
    TRUNCATE_LENGTH
    TRUNCATE_LENGTH
    MATH_OPERATION_FIELDS_ORDER
    MATH_OPERATION_FIELDS_ORDER
    CONCAT_FORMAT
    CONCAT_FORMAT
    SUBFIELD_CATEGORY_MAP
    SUBFIELD_CATEGORY_MAP
    "VALUE"
    VALUE
    "VALUES"
    VALUES
    "DATA_TYPE"
    DATA_TYPE
    "UPPER_BOUND"
    UPPER_BOUND
    "LOWER_BOUND"
    LOWER_BOUND
    "SOURCE_DATA_TYPE"
    SOURCE_DATA_TYPE
    "DESTINATION_DATA_TYPE"
    DESTINATION_DATA_TYPE
    "VALIDATION_ACTION"
    VALIDATION_ACTION
    "MASK_VALUE"
    MASK_VALUE
    "MASK_LENGTH"
    MASK_LENGTH
    "TRUNCATE_LENGTH"
    TRUNCATE_LENGTH
    "MATH_OPERATION_FIELDS_ORDER"
    MATH_OPERATION_FIELDS_ORDER
    "CONCAT_FORMAT"
    CONCAT_FORMAT
    "SUBFIELD_CATEGORY_MAP"
    SUBFIELD_CATEGORY_MAP

    IntegrationS3ConnectorOperator, IntegrationS3ConnectorOperatorArgs

    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    IntegrationS3ConnectorOperatorProjection
    PROJECTION
    IntegrationS3ConnectorOperatorLessThan
    LESS_THAN
    IntegrationS3ConnectorOperatorGreaterThan
    GREATER_THAN
    IntegrationS3ConnectorOperatorBetween
    BETWEEN
    IntegrationS3ConnectorOperatorLessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    IntegrationS3ConnectorOperatorGreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    IntegrationS3ConnectorOperatorEqualTo
    EQUAL_TO
    IntegrationS3ConnectorOperatorNotEqualTo
    NOT_EQUAL_TO
    IntegrationS3ConnectorOperatorAddition
    ADDITION
    IntegrationS3ConnectorOperatorMultiplication
    MULTIPLICATION
    IntegrationS3ConnectorOperatorDivision
    DIVISION
    IntegrationS3ConnectorOperatorSubtraction
    SUBTRACTION
    IntegrationS3ConnectorOperatorMaskAll
    MASK_ALL
    IntegrationS3ConnectorOperatorMaskFirstN
    MASK_FIRST_N
    IntegrationS3ConnectorOperatorMaskLastN
    MASK_LAST_N
    IntegrationS3ConnectorOperatorValidateNonNull
    VALIDATE_NON_NULL
    IntegrationS3ConnectorOperatorValidateNonZero
    VALIDATE_NON_ZERO
    IntegrationS3ConnectorOperatorValidateNonNegative
    VALIDATE_NON_NEGATIVE
    IntegrationS3ConnectorOperatorValidateNumeric
    VALIDATE_NUMERIC
    IntegrationS3ConnectorOperatorNoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    PROJECTION
    PROJECTION
    LESS_THAN
    LESS_THAN
    GREATER_THAN
    GREATER_THAN
    BETWEEN
    BETWEEN
    LESS_THAN_OR_EQUAL_TO
    LESS_THAN_OR_EQUAL_TO
    GREATER_THAN_OR_EQUAL_TO
    GREATER_THAN_OR_EQUAL_TO
    EQUAL_TO
    EQUAL_TO
    NOT_EQUAL_TO
    NOT_EQUAL_TO
    ADDITION
    ADDITION
    MULTIPLICATION
    MULTIPLICATION
    DIVISION
    DIVISION
    SUBTRACTION
    SUBTRACTION
    MASK_ALL
    MASK_ALL
    MASK_FIRST_N
    MASK_FIRST_N
    MASK_LAST_N
    MASK_LAST_N
    VALIDATE_NON_NULL
    VALIDATE_NON_NULL
    VALIDATE_NON_ZERO
    VALIDATE_NON_ZERO
    VALIDATE_NON_NEGATIVE
    VALIDATE_NON_NEGATIVE
    VALIDATE_NUMERIC
    VALIDATE_NUMERIC
    NO_OP
    NO_OP
    "PROJECTION"
    PROJECTION
    "LESS_THAN"
    LESS_THAN
    "GREATER_THAN"
    GREATER_THAN
    "BETWEEN"
    BETWEEN
    "LESS_THAN_OR_EQUAL_TO"
    LESS_THAN_OR_EQUAL_TO
    "GREATER_THAN_OR_EQUAL_TO"
    GREATER_THAN_OR_EQUAL_TO
    "EQUAL_TO"
    EQUAL_TO
    "NOT_EQUAL_TO"
    NOT_EQUAL_TO
    "ADDITION"
    ADDITION
    "MULTIPLICATION"
    MULTIPLICATION
    "DIVISION"
    DIVISION
    "SUBTRACTION"
    SUBTRACTION
    "MASK_ALL"
    MASK_ALL
    "MASK_FIRST_N"
    MASK_FIRST_N
    "MASK_LAST_N"
    MASK_LAST_N
    "VALIDATE_NON_NULL"
    VALIDATE_NON_NULL
    "VALIDATE_NON_ZERO"
    VALIDATE_NON_ZERO
    "VALIDATE_NON_NEGATIVE"
    VALIDATE_NON_NEGATIVE
    "VALIDATE_NUMERIC"
    VALIDATE_NUMERIC
    "NO_OP"
    NO_OP

    IntegrationS3SourceProperties, IntegrationS3SourcePropertiesArgs

    IntegrationSalesforceConnectorOperator, IntegrationSalesforceConnectorOperatorArgs

    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Contains
    CONTAINS
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    IntegrationSalesforceConnectorOperatorProjection
    PROJECTION
    IntegrationSalesforceConnectorOperatorLessThan
    LESS_THAN
    IntegrationSalesforceConnectorOperatorGreaterThan
    GREATER_THAN
    IntegrationSalesforceConnectorOperatorContains
    CONTAINS
    IntegrationSalesforceConnectorOperatorBetween
    BETWEEN
    IntegrationSalesforceConnectorOperatorLessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    IntegrationSalesforceConnectorOperatorGreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    IntegrationSalesforceConnectorOperatorEqualTo
    EQUAL_TO
    IntegrationSalesforceConnectorOperatorNotEqualTo
    NOT_EQUAL_TO
    IntegrationSalesforceConnectorOperatorAddition
    ADDITION
    IntegrationSalesforceConnectorOperatorMultiplication
    MULTIPLICATION
    IntegrationSalesforceConnectorOperatorDivision
    DIVISION
    IntegrationSalesforceConnectorOperatorSubtraction
    SUBTRACTION
    IntegrationSalesforceConnectorOperatorMaskAll
    MASK_ALL
    IntegrationSalesforceConnectorOperatorMaskFirstN
    MASK_FIRST_N
    IntegrationSalesforceConnectorOperatorMaskLastN
    MASK_LAST_N
    IntegrationSalesforceConnectorOperatorValidateNonNull
    VALIDATE_NON_NULL
    IntegrationSalesforceConnectorOperatorValidateNonZero
    VALIDATE_NON_ZERO
    IntegrationSalesforceConnectorOperatorValidateNonNegative
    VALIDATE_NON_NEGATIVE
    IntegrationSalesforceConnectorOperatorValidateNumeric
    VALIDATE_NUMERIC
    IntegrationSalesforceConnectorOperatorNoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Contains
    CONTAINS
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Contains
    CONTAINS
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    PROJECTION
    PROJECTION
    LESS_THAN
    LESS_THAN
    GREATER_THAN
    GREATER_THAN
    CONTAINS
    CONTAINS
    BETWEEN
    BETWEEN
    LESS_THAN_OR_EQUAL_TO
    LESS_THAN_OR_EQUAL_TO
    GREATER_THAN_OR_EQUAL_TO
    GREATER_THAN_OR_EQUAL_TO
    EQUAL_TO
    EQUAL_TO
    NOT_EQUAL_TO
    NOT_EQUAL_TO
    ADDITION
    ADDITION
    MULTIPLICATION
    MULTIPLICATION
    DIVISION
    DIVISION
    SUBTRACTION
    SUBTRACTION
    MASK_ALL
    MASK_ALL
    MASK_FIRST_N
    MASK_FIRST_N
    MASK_LAST_N
    MASK_LAST_N
    VALIDATE_NON_NULL
    VALIDATE_NON_NULL
    VALIDATE_NON_ZERO
    VALIDATE_NON_ZERO
    VALIDATE_NON_NEGATIVE
    VALIDATE_NON_NEGATIVE
    VALIDATE_NUMERIC
    VALIDATE_NUMERIC
    NO_OP
    NO_OP
    "PROJECTION"
    PROJECTION
    "LESS_THAN"
    LESS_THAN
    "GREATER_THAN"
    GREATER_THAN
    "CONTAINS"
    CONTAINS
    "BETWEEN"
    BETWEEN
    "LESS_THAN_OR_EQUAL_TO"
    LESS_THAN_OR_EQUAL_TO
    "GREATER_THAN_OR_EQUAL_TO"
    GREATER_THAN_OR_EQUAL_TO
    "EQUAL_TO"
    EQUAL_TO
    "NOT_EQUAL_TO"
    NOT_EQUAL_TO
    "ADDITION"
    ADDITION
    "MULTIPLICATION"
    MULTIPLICATION
    "DIVISION"
    DIVISION
    "SUBTRACTION"
    SUBTRACTION
    "MASK_ALL"
    MASK_ALL
    "MASK_FIRST_N"
    MASK_FIRST_N
    "MASK_LAST_N"
    MASK_LAST_N
    "VALIDATE_NON_NULL"
    VALIDATE_NON_NULL
    "VALIDATE_NON_ZERO"
    VALIDATE_NON_ZERO
    "VALIDATE_NON_NEGATIVE"
    VALIDATE_NON_NEGATIVE
    "VALIDATE_NUMERIC"
    VALIDATE_NUMERIC
    "NO_OP"
    NO_OP

    IntegrationSalesforceSourceProperties, IntegrationSalesforceSourcePropertiesArgs

    IntegrationScheduledTriggerProperties, IntegrationScheduledTriggerPropertiesArgs

    IntegrationScheduledTriggerPropertiesDataPullMode, IntegrationScheduledTriggerPropertiesDataPullModeArgs

    Incremental
    Incremental
    Complete
    Complete
    IntegrationScheduledTriggerPropertiesDataPullModeIncremental
    Incremental
    IntegrationScheduledTriggerPropertiesDataPullModeComplete
    Complete
    Incremental
    Incremental
    Complete
    Complete
    Incremental
    Incremental
    Complete
    Complete
    INCREMENTAL
    Incremental
    COMPLETE
    Complete
    "Incremental"
    Incremental
    "Complete"
    Complete

    IntegrationServiceNowConnectorOperator, IntegrationServiceNowConnectorOperatorArgs

    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Contains
    CONTAINS
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    IntegrationServiceNowConnectorOperatorProjection
    PROJECTION
    IntegrationServiceNowConnectorOperatorLessThan
    LESS_THAN
    IntegrationServiceNowConnectorOperatorGreaterThan
    GREATER_THAN
    IntegrationServiceNowConnectorOperatorContains
    CONTAINS
    IntegrationServiceNowConnectorOperatorBetween
    BETWEEN
    IntegrationServiceNowConnectorOperatorLessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    IntegrationServiceNowConnectorOperatorGreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    IntegrationServiceNowConnectorOperatorEqualTo
    EQUAL_TO
    IntegrationServiceNowConnectorOperatorNotEqualTo
    NOT_EQUAL_TO
    IntegrationServiceNowConnectorOperatorAddition
    ADDITION
    IntegrationServiceNowConnectorOperatorMultiplication
    MULTIPLICATION
    IntegrationServiceNowConnectorOperatorDivision
    DIVISION
    IntegrationServiceNowConnectorOperatorSubtraction
    SUBTRACTION
    IntegrationServiceNowConnectorOperatorMaskAll
    MASK_ALL
    IntegrationServiceNowConnectorOperatorMaskFirstN
    MASK_FIRST_N
    IntegrationServiceNowConnectorOperatorMaskLastN
    MASK_LAST_N
    IntegrationServiceNowConnectorOperatorValidateNonNull
    VALIDATE_NON_NULL
    IntegrationServiceNowConnectorOperatorValidateNonZero
    VALIDATE_NON_ZERO
    IntegrationServiceNowConnectorOperatorValidateNonNegative
    VALIDATE_NON_NEGATIVE
    IntegrationServiceNowConnectorOperatorValidateNumeric
    VALIDATE_NUMERIC
    IntegrationServiceNowConnectorOperatorNoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Contains
    CONTAINS
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    Projection
    PROJECTION
    LessThan
    LESS_THAN
    GreaterThan
    GREATER_THAN
    Contains
    CONTAINS
    Between
    BETWEEN
    LessThanOrEqualTo
    LESS_THAN_OR_EQUAL_TO
    GreaterThanOrEqualTo
    GREATER_THAN_OR_EQUAL_TO
    EqualTo
    EQUAL_TO
    NotEqualTo
    NOT_EQUAL_TO
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    PROJECTION
    PROJECTION
    LESS_THAN
    LESS_THAN
    GREATER_THAN
    GREATER_THAN
    CONTAINS
    CONTAINS
    BETWEEN
    BETWEEN
    LESS_THAN_OR_EQUAL_TO
    LESS_THAN_OR_EQUAL_TO
    GREATER_THAN_OR_EQUAL_TO
    GREATER_THAN_OR_EQUAL_TO
    EQUAL_TO
    EQUAL_TO
    NOT_EQUAL_TO
    NOT_EQUAL_TO
    ADDITION
    ADDITION
    MULTIPLICATION
    MULTIPLICATION
    DIVISION
    DIVISION
    SUBTRACTION
    SUBTRACTION
    MASK_ALL
    MASK_ALL
    MASK_FIRST_N
    MASK_FIRST_N
    MASK_LAST_N
    MASK_LAST_N
    VALIDATE_NON_NULL
    VALIDATE_NON_NULL
    VALIDATE_NON_ZERO
    VALIDATE_NON_ZERO
    VALIDATE_NON_NEGATIVE
    VALIDATE_NON_NEGATIVE
    VALIDATE_NUMERIC
    VALIDATE_NUMERIC
    NO_OP
    NO_OP
    "PROJECTION"
    PROJECTION
    "LESS_THAN"
    LESS_THAN
    "GREATER_THAN"
    GREATER_THAN
    "CONTAINS"
    CONTAINS
    "BETWEEN"
    BETWEEN
    "LESS_THAN_OR_EQUAL_TO"
    LESS_THAN_OR_EQUAL_TO
    "GREATER_THAN_OR_EQUAL_TO"
    GREATER_THAN_OR_EQUAL_TO
    "EQUAL_TO"
    EQUAL_TO
    "NOT_EQUAL_TO"
    NOT_EQUAL_TO
    "ADDITION"
    ADDITION
    "MULTIPLICATION"
    MULTIPLICATION
    "DIVISION"
    DIVISION
    "SUBTRACTION"
    SUBTRACTION
    "MASK_ALL"
    MASK_ALL
    "MASK_FIRST_N"
    MASK_FIRST_N
    "MASK_LAST_N"
    MASK_LAST_N
    "VALIDATE_NON_NULL"
    VALIDATE_NON_NULL
    "VALIDATE_NON_ZERO"
    VALIDATE_NON_ZERO
    "VALIDATE_NON_NEGATIVE"
    VALIDATE_NON_NEGATIVE
    "VALIDATE_NUMERIC"
    VALIDATE_NUMERIC
    "NO_OP"
    NO_OP

    IntegrationServiceNowSourceProperties, IntegrationServiceNowSourcePropertiesArgs

    Object string
    Object string
    object String
    object string
    object str
    object String

    IntegrationSourceConnectorProperties, IntegrationSourceConnectorPropertiesArgs

    IntegrationSourceFlowConfig, IntegrationSourceFlowConfigArgs

    IntegrationTask, IntegrationTaskArgs

    IntegrationTaskPropertiesMap, IntegrationTaskPropertiesMapArgs

    IntegrationTaskType, IntegrationTaskTypeArgs

    Arithmetic
    Arithmetic
    Filter
    Filter
    Map
    Map
    Mask
    Mask
    Merge
    Merge
    Truncate
    Truncate
    Validate
    Validate
    IntegrationTaskTypeArithmetic
    Arithmetic
    IntegrationTaskTypeFilter
    Filter
    IntegrationTaskTypeMap
    Map
    IntegrationTaskTypeMask
    Mask
    IntegrationTaskTypeMerge
    Merge
    IntegrationTaskTypeTruncate
    Truncate
    IntegrationTaskTypeValidate
    Validate
    Arithmetic
    Arithmetic
    Filter
    Filter
    Map
    Map
    Mask
    Mask
    Merge
    Merge
    Truncate
    Truncate
    Validate
    Validate
    Arithmetic
    Arithmetic
    Filter
    Filter
    Map
    Map
    Mask
    Mask
    Merge
    Merge
    Truncate
    Truncate
    Validate
    Validate
    ARITHMETIC
    Arithmetic
    FILTER
    Filter
    MAP
    Map
    MASK
    Mask
    MERGE
    Merge
    TRUNCATE
    Truncate
    VALIDATE
    Validate
    "Arithmetic"
    Arithmetic
    "Filter"
    Filter
    "Map"
    Map
    "Mask"
    Mask
    "Merge"
    Merge
    "Truncate"
    Truncate
    "Validate"
    Validate

    IntegrationTriggerConfig, IntegrationTriggerConfigArgs

    IntegrationTriggerProperties, IntegrationTriggerPropertiesArgs

    IntegrationTriggerType, IntegrationTriggerTypeArgs

    Scheduled
    Scheduled
    Event
    Event
    OnDemand
    OnDemand
    IntegrationTriggerTypeScheduled
    Scheduled
    IntegrationTriggerTypeEvent
    Event
    IntegrationTriggerTypeOnDemand
    OnDemand
    Scheduled
    Scheduled
    Event
    Event
    OnDemand
    OnDemand
    Scheduled
    Scheduled
    Event
    Event
    OnDemand
    OnDemand
    SCHEDULED
    Scheduled
    EVENT
    Event
    ON_DEMAND
    OnDemand
    "Scheduled"
    Scheduled
    "Event"
    Event
    "OnDemand"
    OnDemand

    IntegrationZendeskConnectorOperator, IntegrationZendeskConnectorOperatorArgs

    Projection
    PROJECTION
    GreaterThan
    GREATER_THAN
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    IntegrationZendeskConnectorOperatorProjection
    PROJECTION
    IntegrationZendeskConnectorOperatorGreaterThan
    GREATER_THAN
    IntegrationZendeskConnectorOperatorAddition
    ADDITION
    IntegrationZendeskConnectorOperatorMultiplication
    MULTIPLICATION
    IntegrationZendeskConnectorOperatorDivision
    DIVISION
    IntegrationZendeskConnectorOperatorSubtraction
    SUBTRACTION
    IntegrationZendeskConnectorOperatorMaskAll
    MASK_ALL
    IntegrationZendeskConnectorOperatorMaskFirstN
    MASK_FIRST_N
    IntegrationZendeskConnectorOperatorMaskLastN
    MASK_LAST_N
    IntegrationZendeskConnectorOperatorValidateNonNull
    VALIDATE_NON_NULL
    IntegrationZendeskConnectorOperatorValidateNonZero
    VALIDATE_NON_ZERO
    IntegrationZendeskConnectorOperatorValidateNonNegative
    VALIDATE_NON_NEGATIVE
    IntegrationZendeskConnectorOperatorValidateNumeric
    VALIDATE_NUMERIC
    IntegrationZendeskConnectorOperatorNoOp
    NO_OP
    Projection
    PROJECTION
    GreaterThan
    GREATER_THAN
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    Projection
    PROJECTION
    GreaterThan
    GREATER_THAN
    Addition
    ADDITION
    Multiplication
    MULTIPLICATION
    Division
    DIVISION
    Subtraction
    SUBTRACTION
    MaskAll
    MASK_ALL
    MaskFirstN
    MASK_FIRST_N
    MaskLastN
    MASK_LAST_N
    ValidateNonNull
    VALIDATE_NON_NULL
    ValidateNonZero
    VALIDATE_NON_ZERO
    ValidateNonNegative
    VALIDATE_NON_NEGATIVE
    ValidateNumeric
    VALIDATE_NUMERIC
    NoOp
    NO_OP
    PROJECTION
    PROJECTION
    GREATER_THAN
    GREATER_THAN
    ADDITION
    ADDITION
    MULTIPLICATION
    MULTIPLICATION
    DIVISION
    DIVISION
    SUBTRACTION
    SUBTRACTION
    MASK_ALL
    MASK_ALL
    MASK_FIRST_N
    MASK_FIRST_N
    MASK_LAST_N
    MASK_LAST_N
    VALIDATE_NON_NULL
    VALIDATE_NON_NULL
    VALIDATE_NON_ZERO
    VALIDATE_NON_ZERO
    VALIDATE_NON_NEGATIVE
    VALIDATE_NON_NEGATIVE
    VALIDATE_NUMERIC
    VALIDATE_NUMERIC
    NO_OP
    NO_OP
    "PROJECTION"
    PROJECTION
    "GREATER_THAN"
    GREATER_THAN
    "ADDITION"
    ADDITION
    "MULTIPLICATION"
    MULTIPLICATION
    "DIVISION"
    DIVISION
    "SUBTRACTION"
    SUBTRACTION
    "MASK_ALL"
    MASK_ALL
    "MASK_FIRST_N"
    MASK_FIRST_N
    "MASK_LAST_N"
    MASK_LAST_N
    "VALIDATE_NON_NULL"
    VALIDATE_NON_NULL
    "VALIDATE_NON_ZERO"
    VALIDATE_NON_ZERO
    "VALIDATE_NON_NEGATIVE"
    VALIDATE_NON_NEGATIVE
    "VALIDATE_NUMERIC"
    VALIDATE_NUMERIC
    "NO_OP"
    NO_OP

    IntegrationZendeskSourceProperties, IntegrationZendeskSourcePropertiesArgs

    Object string
    Object string
    object String
    object string
    object str
    object String

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi