Class: Aws::AppIntegrationsService::Types::CreateDataIntegrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the DataIntegration.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#file_configurationTypes::FileConfiguration

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



237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

The KMS key for the DataIntegration.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the DataIntegration.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :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>>>)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_configTypes::ScheduleConfiguration

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



237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

The URI of the data source.

Returns:

  • (String)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :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": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 237

class CreateDataIntegrationRequest < Struct.new(
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_config,
  :tags,
  :client_token,
  :file_configuration,
  :object_configuration)
  SENSITIVE = []
  include Aws::Structure
end