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.
Namespace: Amazon.AppIntegrationsService.Model
Assembly: AWSSDK.AppIntegrationsService.dll
Version: 3.x.y.z
public class CreateDataIntegrationRequest : AmazonAppIntegrationsServiceRequest IAmazonWebServiceRequest
The CreateDataIntegrationRequest type exposes the following members
Name | Description | |
---|---|---|
CreateDataIntegrationRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
Description | System.String |
Gets and sets the property Description. A description of the DataIntegration. |
|
FileConfiguration | Amazon.AppIntegrationsService.Model.FileConfiguration |
Gets and sets the property FileConfiguration. The configuration for what files should be pulled from the source. |
|
KmsKey | System.String |
Gets and sets the property KmsKey. The KMS key ARN for the DataIntegration. |
|
Name | System.String |
Gets and sets the property Name. The name of the DataIntegration. |
|
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. |
|
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. |
|
SourceURI | System.String |
Gets and sets the property SourceURI. The URI of the data source. |
|
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"} }. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5