AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateDataIntegration operation. Creates and persists a DataIntegration resource.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppIntegrationsService.AmazonAppIntegrationsServiceRequest
      Amazon.AppIntegrationsService.Model.CreateDataIntegrationRequest

Namespace: Amazon.AppIntegrationsService.Model
Assembly: AWSSDK.AppIntegrationsService.dll
Version: 3.x.y.z

Syntax

C#
public class CreateDataIntegrationRequest : AmazonAppIntegrationsServiceRequest
         IAmazonWebServiceRequest

The CreateDataIntegrationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Public Property Description System.String

Gets and sets the property Description.

A description of the DataIntegration.

Public Property FileConfiguration Amazon.AppIntegrationsService.Model.FileConfiguration

Gets and sets the property FileConfiguration.

The configuration for what files should be pulled from the source.

Public Property KmsKey System.String

Gets and sets the property KmsKey.

The KMS key for the DataIntegration.

Public Property Name System.String

Gets and sets the property Name.

The name of the DataIntegration.

Public Property ObjectConfiguration System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>>

Gets and sets the property ObjectConfiguration.

The configuration for what data should be pulled from the source.

Public Property ScheduleConfig Amazon.AppIntegrationsService.Model.ScheduleConfiguration

Gets and sets the property ScheduleConfig.

The name of the data and how often it should be pulled from the source.

Public Property SourceURI System.String

Gets and sets the property SourceURI.

The URI of the data source.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5