Class: Aws::AppIntegrationsService::Types::GetDataIntegrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appintegrationsservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the DataIntegration.

Returns:

  • (String)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The KMS key ARN for the DataIntegration.

Returns:

  • (String)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#file_configurationTypes::FileConfiguration

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



880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier.

Returns:

  • (String)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

The KMS key ARN for the DataIntegration.

Returns:

  • (String)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the DataIntegration.

Returns:

  • (String)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#object_configurationHash<String,Hash<String,Array<String>>>

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

Returns:

  • (Hash<String,Hash<String,Array<String>>>)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_configurationTypes::ScheduleConfiguration

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



880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

The URI of the data source.

Returns:

  • (String)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880

class GetDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end