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.

This is the response object from the GetDataIntegration operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.AppIntegrationsService.Model.GetDataIntegrationResponse

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

Syntax

C#
public class GetDataIntegrationResponse : AmazonWebServiceResponse

The GetDataIntegrationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) for the DataIntegration.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Description System.String

Gets and sets the property Description.

The KMS key for 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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Id System.String

Gets and sets the property Id.

A unique identifier.

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 ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ScheduleConfiguration Amazon.AppIntegrationsService.Model.ScheduleConfiguration

Gets and sets the property ScheduleConfiguration.

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