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.112.0 published on Wednesday, Jul 24, 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.112.0 published on Wednesday, Jul 24, 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.

    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
    The configuration that controls how Customer Profiles retrieves data from the source.
    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
    The configuration that controls how Customer Profiles retrieves data from the source.
    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
    The configuration that controls how Customer Profiles retrieves data from the source.
    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
    The configuration that controls how Customer Profiles retrieves data from the source.
    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
    The configuration that controls how Customer Profiles retrieves data from the source.
    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
    The configuration that controls how Customer Profiles retrieves data from the source.
    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 Pulumi.AwsNative.CustomerProfiles.IntegrationMarketoConnectorOperator
    The operation to be performed on the provided Marketo source fields.
    S3 Pulumi.AwsNative.CustomerProfiles.IntegrationS3ConnectorOperator
    The operation to be performed on the provided Amazon S3 source fields.
    Salesforce Pulumi.AwsNative.CustomerProfiles.IntegrationSalesforceConnectorOperator
    The operation to be performed on the provided Salesforce source fields.
    ServiceNow Pulumi.AwsNative.CustomerProfiles.IntegrationServiceNowConnectorOperator
    The operation to be performed on the provided ServiceNow source fields.
    Zendesk Pulumi.AwsNative.CustomerProfiles.IntegrationZendeskConnectorOperator
    The operation to be performed on the provided Zendesk source fields.
    Marketo IntegrationMarketoConnectorOperator
    The operation to be performed on the provided Marketo source fields.
    S3 IntegrationS3ConnectorOperator
    The operation to be performed on the provided Amazon S3 source fields.
    Salesforce IntegrationSalesforceConnectorOperator
    The operation to be performed on the provided Salesforce source fields.
    ServiceNow IntegrationServiceNowConnectorOperator
    The operation to be performed on the provided ServiceNow source fields.
    Zendesk IntegrationZendeskConnectorOperator
    The operation to be performed on the provided Zendesk source fields.
    marketo IntegrationMarketoConnectorOperator
    The operation to be performed on the provided Marketo source fields.
    s3 IntegrationS3ConnectorOperator
    The operation to be performed on the provided Amazon S3 source fields.
    salesforce IntegrationSalesforceConnectorOperator
    The operation to be performed on the provided Salesforce source fields.
    serviceNow IntegrationServiceNowConnectorOperator
    The operation to be performed on the provided ServiceNow source fields.
    zendesk IntegrationZendeskConnectorOperator
    The operation to be performed on the provided Zendesk source fields.
    marketo IntegrationMarketoConnectorOperator
    The operation to be performed on the provided Marketo source fields.
    s3 IntegrationS3ConnectorOperator
    The operation to be performed on the provided Amazon S3 source fields.
    salesforce IntegrationSalesforceConnectorOperator
    The operation to be performed on the provided Salesforce source fields.
    serviceNow IntegrationServiceNowConnectorOperator
    The operation to be performed on the provided ServiceNow source fields.
    zendesk IntegrationZendeskConnectorOperator
    The operation to be performed on the provided Zendesk source fields.
    marketo IntegrationMarketoConnectorOperator
    The operation to be performed on the provided Marketo source fields.
    s3 IntegrationS3ConnectorOperator
    The operation to be performed on the provided Amazon S3 source fields.
    salesforce IntegrationSalesforceConnectorOperator
    The operation to be performed on the provided Salesforce source fields.
    service_now IntegrationServiceNowConnectorOperator
    The operation to be performed on the provided ServiceNow source fields.
    zendesk IntegrationZendeskConnectorOperator
    The operation to be performed on the provided Zendesk source fields.
    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"
    The operation to be performed on the provided Marketo source fields.
    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"
    The operation to be performed on the provided Amazon S3 source fields.
    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"
    The operation to be performed on the provided Salesforce source fields.
    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"
    The operation to be performed on the provided ServiceNow source fields.
    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"
    The operation to be performed on the provided Zendesk source fields.

    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

    FlowName string
    The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
    KmsArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.
    SourceFlowConfig Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationSourceFlowConfig
    The configuration that controls how Customer Profiles retrieves data from the source.
    Tasks List<Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationTask>
    A list of tasks that Customer Profiles performs while transferring the data in the flow run.
    TriggerConfig Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationTriggerConfig
    The trigger settings that determine how and when the flow runs.
    Description string
    A description of the flow you want to create.
    FlowName string
    The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
    KmsArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.
    SourceFlowConfig IntegrationSourceFlowConfig
    The configuration that controls how Customer Profiles retrieves data from the source.
    Tasks []IntegrationTask
    A list of tasks that Customer Profiles performs while transferring the data in the flow run.
    TriggerConfig IntegrationTriggerConfig
    The trigger settings that determine how and when the flow runs.
    Description string
    A description of the flow you want to create.
    flowName String
    The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
    kmsArn String
    The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.
    sourceFlowConfig IntegrationSourceFlowConfig
    The configuration that controls how Customer Profiles retrieves data from the source.
    tasks List<IntegrationTask>
    A list of tasks that Customer Profiles performs while transferring the data in the flow run.
    triggerConfig IntegrationTriggerConfig
    The trigger settings that determine how and when the flow runs.
    description String
    A description of the flow you want to create.
    flowName string
    The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
    kmsArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.
    sourceFlowConfig IntegrationSourceFlowConfig
    The configuration that controls how Customer Profiles retrieves data from the source.
    tasks IntegrationTask[]
    A list of tasks that Customer Profiles performs while transferring the data in the flow run.
    triggerConfig IntegrationTriggerConfig
    The trigger settings that determine how and when the flow runs.
    description string
    A description of the flow you want to create.
    flow_name str
    The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
    kms_arn str
    The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.
    source_flow_config IntegrationSourceFlowConfig
    The configuration that controls how Customer Profiles retrieves data from the source.
    tasks Sequence[IntegrationTask]
    A list of tasks that Customer Profiles performs while transferring the data in the flow run.
    trigger_config IntegrationTriggerConfig
    The trigger settings that determine how and when the flow runs.
    description str
    A description of the flow you want to create.
    flowName String
    The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
    kmsArn String
    The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.
    sourceFlowConfig Property Map
    The configuration that controls how Customer Profiles retrieves data from the source.
    tasks List<Property Map>
    A list of tasks that Customer Profiles performs while transferring the data in the flow run.
    triggerConfig Property Map
    The trigger settings that determine how and when the flow runs.
    description String
    A description of the flow you want to create.

    IntegrationIncrementalPullConfig, IntegrationIncrementalPullConfigArgs

    DatetimeTypeFieldName string
    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
    DatetimeTypeFieldName string
    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
    datetimeTypeFieldName String
    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
    datetimeTypeFieldName string
    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
    datetime_type_field_name str
    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
    datetimeTypeFieldName String
    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

    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
    The object specified in the Marketo flow source.
    Object string
    The object specified in the Marketo flow source.
    object String
    The object specified in the Marketo flow source.
    object string
    The object specified in the Marketo flow source.
    object str
    The object specified in the Marketo flow source.
    object String
    The object specified in the Marketo flow source.

    IntegrationObjectTypeMapping, IntegrationObjectTypeMappingArgs

    Key string
    The key.
    Value string
    The value.
    Key string
    The key.
    Value string
    The value.
    key String
    The key.
    value String
    The value.
    key string
    The key.
    value string
    The value.
    key str
    The key.
    value str
    The value.
    key String
    The key.
    value String
    The value.

    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

    BucketName string
    The Amazon S3 bucket name where the source files are stored.
    BucketPrefix string
    The object key for the Amazon S3 bucket in which the source files are stored.
    BucketName string
    The Amazon S3 bucket name where the source files are stored.
    BucketPrefix string
    The object key for the Amazon S3 bucket in which the source files are stored.
    bucketName String
    The Amazon S3 bucket name where the source files are stored.
    bucketPrefix String
    The object key for the Amazon S3 bucket in which the source files are stored.
    bucketName string
    The Amazon S3 bucket name where the source files are stored.
    bucketPrefix string
    The object key for the Amazon S3 bucket in which the source files are stored.
    bucket_name str
    The Amazon S3 bucket name where the source files are stored.
    bucket_prefix str
    The object key for the Amazon S3 bucket in which the source files are stored.
    bucketName String
    The Amazon S3 bucket name where the source files are stored.
    bucketPrefix String
    The object key for the Amazon S3 bucket in which the source files are stored.

    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

    Object string
    The object specified in the Salesforce flow source.
    EnableDynamicFieldUpdate bool
    The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
    IncludeDeletedRecords bool
    Indicates whether Amazon AppFlow includes deleted files in the flow run.
    Object string
    The object specified in the Salesforce flow source.
    EnableDynamicFieldUpdate bool
    The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
    IncludeDeletedRecords bool
    Indicates whether Amazon AppFlow includes deleted files in the flow run.
    object String
    The object specified in the Salesforce flow source.
    enableDynamicFieldUpdate Boolean
    The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
    includeDeletedRecords Boolean
    Indicates whether Amazon AppFlow includes deleted files in the flow run.
    object string
    The object specified in the Salesforce flow source.
    enableDynamicFieldUpdate boolean
    The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
    includeDeletedRecords boolean
    Indicates whether Amazon AppFlow includes deleted files in the flow run.
    object str
    The object specified in the Salesforce flow source.
    enable_dynamic_field_update bool
    The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
    include_deleted_records bool
    Indicates whether Amazon AppFlow includes deleted files in the flow run.
    object String
    The object specified in the Salesforce flow source.
    enableDynamicFieldUpdate Boolean
    The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
    includeDeletedRecords Boolean
    Indicates whether Amazon AppFlow includes deleted files in the flow run.

    IntegrationScheduledTriggerProperties, IntegrationScheduledTriggerPropertiesArgs

    ScheduleExpression string
    The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
    DataPullMode Pulumi.AwsNative.CustomerProfiles.IntegrationScheduledTriggerPropertiesDataPullMode
    Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
    FirstExecutionFrom double
    Specifies the date range for the records to import from the connector in the first flow run.
    ScheduleEndTime double
    Specifies the scheduled end time for a scheduled-trigger flow.
    ScheduleOffset int
    Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
    ScheduleStartTime double
    Specifies the scheduled start time for a scheduled-trigger flow.
    Timezone string
    Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
    ScheduleExpression string
    The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
    DataPullMode IntegrationScheduledTriggerPropertiesDataPullMode
    Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
    FirstExecutionFrom float64
    Specifies the date range for the records to import from the connector in the first flow run.
    ScheduleEndTime float64
    Specifies the scheduled end time for a scheduled-trigger flow.
    ScheduleOffset int
    Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
    ScheduleStartTime float64
    Specifies the scheduled start time for a scheduled-trigger flow.
    Timezone string
    Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
    scheduleExpression String
    The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
    dataPullMode IntegrationScheduledTriggerPropertiesDataPullMode
    Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
    firstExecutionFrom Double
    Specifies the date range for the records to import from the connector in the first flow run.
    scheduleEndTime Double
    Specifies the scheduled end time for a scheduled-trigger flow.
    scheduleOffset Integer
    Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
    scheduleStartTime Double
    Specifies the scheduled start time for a scheduled-trigger flow.
    timezone String
    Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
    scheduleExpression string
    The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
    dataPullMode IntegrationScheduledTriggerPropertiesDataPullMode
    Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
    firstExecutionFrom number
    Specifies the date range for the records to import from the connector in the first flow run.
    scheduleEndTime number
    Specifies the scheduled end time for a scheduled-trigger flow.
    scheduleOffset number
    Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
    scheduleStartTime number
    Specifies the scheduled start time for a scheduled-trigger flow.
    timezone string
    Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
    schedule_expression str
    The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
    data_pull_mode IntegrationScheduledTriggerPropertiesDataPullMode
    Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
    first_execution_from float
    Specifies the date range for the records to import from the connector in the first flow run.
    schedule_end_time float
    Specifies the scheduled end time for a scheduled-trigger flow.
    schedule_offset int
    Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
    schedule_start_time float
    Specifies the scheduled start time for a scheduled-trigger flow.
    timezone str
    Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
    scheduleExpression String
    The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
    dataPullMode "Incremental" | "Complete"
    Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
    firstExecutionFrom Number
    Specifies the date range for the records to import from the connector in the first flow run.
    scheduleEndTime Number
    Specifies the scheduled end time for a scheduled-trigger flow.
    scheduleOffset Number
    Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
    scheduleStartTime Number
    Specifies the scheduled start time for a scheduled-trigger flow.
    timezone String
    Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.

    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
    The object specified in the ServiceNow flow source.
    Object string
    The object specified in the ServiceNow flow source.
    object String
    The object specified in the ServiceNow flow source.
    object string
    The object specified in the ServiceNow flow source.
    object str
    The object specified in the ServiceNow flow source.
    object String
    The object specified in the ServiceNow flow source.

    IntegrationSourceConnectorProperties, IntegrationSourceConnectorPropertiesArgs

    Marketo Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationMarketoSourceProperties
    The properties that are applied when Marketo is being used as a source.
    S3 Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationS3SourceProperties
    The properties that are applied when Amazon S3 is being used as the flow source.
    Salesforce Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationSalesforceSourceProperties
    The properties that are applied when Salesforce is being used as a source.
    ServiceNow Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationServiceNowSourceProperties
    The properties that are applied when ServiceNow is being used as a source.
    Zendesk Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationZendeskSourceProperties
    The properties that are applied when using Zendesk as a flow source.
    Marketo IntegrationMarketoSourceProperties
    The properties that are applied when Marketo is being used as a source.
    S3 IntegrationS3SourceProperties
    The properties that are applied when Amazon S3 is being used as the flow source.
    Salesforce IntegrationSalesforceSourceProperties
    The properties that are applied when Salesforce is being used as a source.
    ServiceNow IntegrationServiceNowSourceProperties
    The properties that are applied when ServiceNow is being used as a source.
    Zendesk IntegrationZendeskSourceProperties
    The properties that are applied when using Zendesk as a flow source.
    marketo IntegrationMarketoSourceProperties
    The properties that are applied when Marketo is being used as a source.
    s3 IntegrationS3SourceProperties
    The properties that are applied when Amazon S3 is being used as the flow source.
    salesforce IntegrationSalesforceSourceProperties
    The properties that are applied when Salesforce is being used as a source.
    serviceNow IntegrationServiceNowSourceProperties
    The properties that are applied when ServiceNow is being used as a source.
    zendesk IntegrationZendeskSourceProperties
    The properties that are applied when using Zendesk as a flow source.
    marketo IntegrationMarketoSourceProperties
    The properties that are applied when Marketo is being used as a source.
    s3 IntegrationS3SourceProperties
    The properties that are applied when Amazon S3 is being used as the flow source.
    salesforce IntegrationSalesforceSourceProperties
    The properties that are applied when Salesforce is being used as a source.
    serviceNow IntegrationServiceNowSourceProperties
    The properties that are applied when ServiceNow is being used as a source.
    zendesk IntegrationZendeskSourceProperties
    The properties that are applied when using Zendesk as a flow source.
    marketo IntegrationMarketoSourceProperties
    The properties that are applied when Marketo is being used as a source.
    s3 IntegrationS3SourceProperties
    The properties that are applied when Amazon S3 is being used as the flow source.
    salesforce IntegrationSalesforceSourceProperties
    The properties that are applied when Salesforce is being used as a source.
    service_now IntegrationServiceNowSourceProperties
    The properties that are applied when ServiceNow is being used as a source.
    zendesk IntegrationZendeskSourceProperties
    The properties that are applied when using Zendesk as a flow source.
    marketo Property Map
    The properties that are applied when Marketo is being used as a source.
    s3 Property Map
    The properties that are applied when Amazon S3 is being used as the flow source.
    salesforce Property Map
    The properties that are applied when Salesforce is being used as a source.
    serviceNow Property Map
    The properties that are applied when ServiceNow is being used as a source.
    zendesk Property Map
    The properties that are applied when using Zendesk as a flow source.

    IntegrationSourceFlowConfig, IntegrationSourceFlowConfigArgs

    ConnectorType Pulumi.AwsNative.CustomerProfiles.IntegrationConnectorType
    The type of connector, such as Salesforce, Marketo, and so on.
    SourceConnectorProperties Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationSourceConnectorProperties
    Specifies the information that is required to query a particular source connector.
    ConnectorProfileName string
    The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .
    IncrementalPullConfig Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationIncrementalPullConfig
    Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
    ConnectorType IntegrationConnectorType
    The type of connector, such as Salesforce, Marketo, and so on.
    SourceConnectorProperties IntegrationSourceConnectorProperties
    Specifies the information that is required to query a particular source connector.
    ConnectorProfileName string
    The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .
    IncrementalPullConfig IntegrationIncrementalPullConfig
    Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
    connectorType IntegrationConnectorType
    The type of connector, such as Salesforce, Marketo, and so on.
    sourceConnectorProperties IntegrationSourceConnectorProperties
    Specifies the information that is required to query a particular source connector.
    connectorProfileName String
    The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .
    incrementalPullConfig IntegrationIncrementalPullConfig
    Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
    connectorType IntegrationConnectorType
    The type of connector, such as Salesforce, Marketo, and so on.
    sourceConnectorProperties IntegrationSourceConnectorProperties
    Specifies the information that is required to query a particular source connector.
    connectorProfileName string
    The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .
    incrementalPullConfig IntegrationIncrementalPullConfig
    Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
    connector_type IntegrationConnectorType
    The type of connector, such as Salesforce, Marketo, and so on.
    source_connector_properties IntegrationSourceConnectorProperties
    Specifies the information that is required to query a particular source connector.
    connector_profile_name str
    The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .
    incremental_pull_config IntegrationIncrementalPullConfig
    Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
    connectorType "Salesforce" | "Marketo" | "ServiceNow" | "Zendesk" | "S3"
    The type of connector, such as Salesforce, Marketo, and so on.
    sourceConnectorProperties Property Map
    Specifies the information that is required to query a particular source connector.
    connectorProfileName String
    The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .
    incrementalPullConfig Property Map
    Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.

    IntegrationTask, IntegrationTaskArgs

    SourceFields List<string>
    The source fields to which a particular task is applied.
    TaskType Pulumi.AwsNative.CustomerProfiles.IntegrationTaskType
    Specifies the particular task implementation that Amazon AppFlow performs.
    ConnectorOperator Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationConnectorOperator
    The operation to be performed on the provided source fields.
    DestinationField string
    A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
    TaskProperties List<Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationTaskPropertiesMap>
    A map used to store task-related information. The service looks for particular information based on the TaskType.
    SourceFields []string
    The source fields to which a particular task is applied.
    TaskType IntegrationTaskType
    Specifies the particular task implementation that Amazon AppFlow performs.
    ConnectorOperator IntegrationConnectorOperator
    The operation to be performed on the provided source fields.
    DestinationField string
    A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
    TaskProperties []IntegrationTaskPropertiesMap
    A map used to store task-related information. The service looks for particular information based on the TaskType.
    sourceFields List<String>
    The source fields to which a particular task is applied.
    taskType IntegrationTaskType
    Specifies the particular task implementation that Amazon AppFlow performs.
    connectorOperator IntegrationConnectorOperator
    The operation to be performed on the provided source fields.
    destinationField String
    A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
    taskProperties List<IntegrationTaskPropertiesMap>
    A map used to store task-related information. The service looks for particular information based on the TaskType.
    sourceFields string[]
    The source fields to which a particular task is applied.
    taskType IntegrationTaskType
    Specifies the particular task implementation that Amazon AppFlow performs.
    connectorOperator IntegrationConnectorOperator
    The operation to be performed on the provided source fields.
    destinationField string
    A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
    taskProperties IntegrationTaskPropertiesMap[]
    A map used to store task-related information. The service looks for particular information based on the TaskType.
    source_fields Sequence[str]
    The source fields to which a particular task is applied.
    task_type IntegrationTaskType
    Specifies the particular task implementation that Amazon AppFlow performs.
    connector_operator IntegrationConnectorOperator
    The operation to be performed on the provided source fields.
    destination_field str
    A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
    task_properties Sequence[IntegrationTaskPropertiesMap]
    A map used to store task-related information. The service looks for particular information based on the TaskType.
    sourceFields List<String>
    The source fields to which a particular task is applied.
    taskType "Arithmetic" | "Filter" | "Map" | "Mask" | "Merge" | "Truncate" | "Validate"
    Specifies the particular task implementation that Amazon AppFlow performs.
    connectorOperator Property Map
    The operation to be performed on the provided source fields.
    destinationField String
    A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
    taskProperties List<Property Map>
    A map used to store task-related information. The service looks for particular information based on the TaskType.

    IntegrationTaskPropertiesMap, IntegrationTaskPropertiesMapArgs

    OperatorPropertyKey IntegrationOperatorPropertiesKeys
    The task property key.
    Property string
    The task property value.
    operatorPropertyKey IntegrationOperatorPropertiesKeys
    The task property key.
    property String
    The task property value.
    operatorPropertyKey IntegrationOperatorPropertiesKeys
    The task property key.
    property string
    The task property value.
    operator_property_key IntegrationOperatorPropertiesKeys
    The task property key.
    property str
    The task property value.

    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

    TriggerType Pulumi.AwsNative.CustomerProfiles.IntegrationTriggerType
    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
    TriggerProperties Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
    TriggerType IntegrationTriggerType
    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
    TriggerProperties IntegrationTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
    triggerType IntegrationTriggerType
    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
    triggerProperties IntegrationTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
    triggerType IntegrationTriggerType
    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
    triggerProperties IntegrationTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
    trigger_type IntegrationTriggerType
    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
    trigger_properties IntegrationTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
    triggerType "Scheduled" | "Event" | "OnDemand"
    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
    triggerProperties Property Map
    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.

    IntegrationTriggerProperties, IntegrationTriggerPropertiesArgs

    Scheduled Pulumi.AwsNative.CustomerProfiles.Inputs.IntegrationScheduledTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define.
    Scheduled IntegrationScheduledTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define.
    scheduled IntegrationScheduledTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define.
    scheduled IntegrationScheduledTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define.
    scheduled IntegrationScheduledTriggerProperties
    Specifies the configuration details of a schedule-triggered flow that you define.
    scheduled Property Map
    Specifies the configuration details of a schedule-triggered flow that you define.

    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
    The object specified in the Zendesk flow source.
    Object string
    The object specified in the Zendesk flow source.
    object String
    The object specified in the Zendesk flow source.
    object string
    The object specified in the Zendesk flow source.
    object str
    The object specified in the Zendesk flow source.
    object String
    The object specified in the Zendesk flow source.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi