Class: Aws::AppIntegrationsService::Types::CreateDataIntegrationResponse

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)

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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

#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].

[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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

#descriptionString

A description of the DataIntegration.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

class CreateDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :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.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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

#idString

A unique identifier.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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

#kms_keyString

The KMS key ARN for the DataIntegration.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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

#nameString

The name of the DataIntegration.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

class CreateDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :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:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

class CreateDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :tags,
  :client_token,
  :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.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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

#source_uriString

The URI of the data source.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

class CreateDataIntegrationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :kms_key,
  :source_uri,
  :schedule_configuration,
  :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”: “key2”:“value2” }.

Returns:



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 443

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