1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appintegrations
  5. DataIntegration

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi

aws-native.appintegrations.DataIntegration

Explore with Pulumi AI

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi

Resource Type definition for AWS::AppIntegrations::DataIntegration

Create DataIntegration Resource

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

Constructor syntax

new DataIntegration(name: string, args: DataIntegrationArgs, opts?: CustomResourceOptions);
@overload
def DataIntegration(resource_name: str,
                    args: DataIntegrationArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def DataIntegration(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    kms_key: Optional[str] = None,
                    source_uri: Optional[str] = None,
                    description: Optional[str] = None,
                    file_configuration: Optional[DataIntegrationFileConfigurationArgs] = None,
                    name: Optional[str] = None,
                    object_configuration: Optional[Mapping[str, Any]] = None,
                    schedule_config: Optional[DataIntegrationScheduleConfigArgs] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewDataIntegration(ctx *Context, name string, args DataIntegrationArgs, opts ...ResourceOption) (*DataIntegration, error)
public DataIntegration(string name, DataIntegrationArgs args, CustomResourceOptions? opts = null)
public DataIntegration(String name, DataIntegrationArgs args)
public DataIntegration(String name, DataIntegrationArgs args, CustomResourceOptions options)
type: aws-native:appintegrations:DataIntegration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

DataIntegration Resource Properties

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

Inputs

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

The DataIntegration resource accepts the following input properties:

KmsKey This property is required. string
The KMS key of the data integration.
SourceUri This property is required. string
The URI of the data source.
Description string
The data integration description.
FileConfiguration Pulumi.AwsNative.AppIntegrations.Inputs.DataIntegrationFileConfiguration
The configuration for what files should be pulled from the source.
Name string
The name of the data integration.
ObjectConfiguration Dictionary<string, object>
The configuration for what data should be pulled from the source.
ScheduleConfig Pulumi.AwsNative.AppIntegrations.Inputs.DataIntegrationScheduleConfig
The name of the data and how often it should be pulled from the source.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags (keys and values) associated with the data integration.
KmsKey This property is required. string
The KMS key of the data integration.
SourceUri This property is required. string
The URI of the data source.
Description string
The data integration description.
FileConfiguration DataIntegrationFileConfigurationArgs
The configuration for what files should be pulled from the source.
Name string
The name of the data integration.
ObjectConfiguration map[string]interface{}
The configuration for what data should be pulled from the source.
ScheduleConfig DataIntegrationScheduleConfigArgs
The name of the data and how often it should be pulled from the source.
Tags TagArgs
The tags (keys and values) associated with the data integration.
kmsKey This property is required. String
The KMS key of the data integration.
sourceUri This property is required. String
The URI of the data source.
description String
The data integration description.
fileConfiguration DataIntegrationFileConfiguration
The configuration for what files should be pulled from the source.
name String
The name of the data integration.
objectConfiguration Map<String,Object>
The configuration for what data should be pulled from the source.
scheduleConfig DataIntegrationScheduleConfig
The name of the data and how often it should be pulled from the source.
tags List<Tag>
The tags (keys and values) associated with the data integration.
kmsKey This property is required. string
The KMS key of the data integration.
sourceUri This property is required. string
The URI of the data source.
description string
The data integration description.
fileConfiguration DataIntegrationFileConfiguration
The configuration for what files should be pulled from the source.
name string
The name of the data integration.
objectConfiguration {[key: string]: any}
The configuration for what data should be pulled from the source.
scheduleConfig DataIntegrationScheduleConfig
The name of the data and how often it should be pulled from the source.
tags Tag[]
The tags (keys and values) associated with the data integration.
kms_key This property is required. str
The KMS key of the data integration.
source_uri This property is required. str
The URI of the data source.
description str
The data integration description.
file_configuration DataIntegrationFileConfigurationArgs
The configuration for what files should be pulled from the source.
name str
The name of the data integration.
object_configuration Mapping[str, Any]
The configuration for what data should be pulled from the source.
schedule_config DataIntegrationScheduleConfigArgs
The name of the data and how often it should be pulled from the source.
tags Sequence[TagArgs]
The tags (keys and values) associated with the data integration.
kmsKey This property is required. String
The KMS key of the data integration.
sourceUri This property is required. String
The URI of the data source.
description String
The data integration description.
fileConfiguration Property Map
The configuration for what files should be pulled from the source.
name String
The name of the data integration.
objectConfiguration Map<Any>
The configuration for what data should be pulled from the source.
scheduleConfig Property Map
The name of the data and how often it should be pulled from the source.
tags List<Property Map>
The tags (keys and values) associated with the data integration.

Outputs

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

AwsId string
The unique identifer of the data integration.
DataIntegrationArn string
The Amazon Resource Name (ARN) of the data integration.
Id string
The provider-assigned unique ID for this managed resource.
AwsId string
The unique identifer of the data integration.
DataIntegrationArn string
The Amazon Resource Name (ARN) of the data integration.
Id string
The provider-assigned unique ID for this managed resource.
awsId String
The unique identifer of the data integration.
dataIntegrationArn String
The Amazon Resource Name (ARN) of the data integration.
id String
The provider-assigned unique ID for this managed resource.
awsId string
The unique identifer of the data integration.
dataIntegrationArn string
The Amazon Resource Name (ARN) of the data integration.
id string
The provider-assigned unique ID for this managed resource.
aws_id str
The unique identifer of the data integration.
data_integration_arn str
The Amazon Resource Name (ARN) of the data integration.
id str
The provider-assigned unique ID for this managed resource.
awsId String
The unique identifer of the data integration.
dataIntegrationArn String
The Amazon Resource Name (ARN) of the data integration.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

DataIntegrationFileConfiguration
, DataIntegrationFileConfigurationArgs

Folders This property is required. List<string>
Identifiers for the source folders to pull all files from recursively.
Filters Dictionary<string, ImmutableArray<string>>
Restrictions for what files should be pulled from the source.
Folders This property is required. []string
Identifiers for the source folders to pull all files from recursively.
Filters map[string][]string
Restrictions for what files should be pulled from the source.
folders This property is required. List<String>
Identifiers for the source folders to pull all files from recursively.
filters Map<String,List<String>>
Restrictions for what files should be pulled from the source.
folders This property is required. string[]
Identifiers for the source folders to pull all files from recursively.
filters {[key: string]: string[]}
Restrictions for what files should be pulled from the source.
folders This property is required. Sequence[str]
Identifiers for the source folders to pull all files from recursively.
filters Mapping[str, Sequence[str]]
Restrictions for what files should be pulled from the source.
folders This property is required. List<String>
Identifiers for the source folders to pull all files from recursively.
filters Map<List<String>>
Restrictions for what files should be pulled from the source.

DataIntegrationScheduleConfig
, DataIntegrationScheduleConfigArgs

ScheduleExpression This property is required. string
How often the data should be pulled from data source.
FirstExecutionFrom string
The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
Object string
The name of the object to pull from the data source.
ScheduleExpression This property is required. string
How often the data should be pulled from data source.
FirstExecutionFrom string
The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
Object string
The name of the object to pull from the data source.
scheduleExpression This property is required. String
How often the data should be pulled from data source.
firstExecutionFrom String
The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
object String
The name of the object to pull from the data source.
scheduleExpression This property is required. string
How often the data should be pulled from data source.
firstExecutionFrom string
The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
object string
The name of the object to pull from the data source.
schedule_expression This property is required. str
How often the data should be pulled from data source.
first_execution_from str
The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
object str
The name of the object to pull from the data source.
scheduleExpression This property is required. String
How often the data should be pulled from data source.
firstExecutionFrom String
The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
object String
The name of the object to pull from the data source.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi