Class: Aws::AppIntegrationsService::Types::CreateDataIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::CreateDataIntegrationResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN).
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
A description of the DataIntegration.
-
#file_configuration ⇒ Types::FileConfiguration
The configuration for what files should be pulled from the source.
-
#id ⇒ String
A unique identifier.
-
#kms_key ⇒ String
The KMS key ARN for the DataIntegration.
-
#name ⇒ String
The name of the DataIntegration.
-
#object_configuration ⇒ Hash<String,Hash<String,Array<String>>>
The configuration for what data should be pulled from the source.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
The name of the data and how often it should be pulled from the source.
-
#source_uri ⇒ String
The URI of the data source.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN)
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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_token ⇒ String
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.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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 |
#description ⇒ String
A description of the DataIntegration.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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_configuration ⇒ Types::FileConfiguration
The configuration for what files should be pulled from the source.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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 |
#id ⇒ String
A unique identifier.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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_key ⇒ String
The KMS key ARN for the DataIntegration.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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 |
#name ⇒ String
The name of the DataIntegration.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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_configuration ⇒ Hash<String,Hash<String,Array<String>>>
The configuration for what data should be pulled from the source.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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_configuration ⇒ Types::ScheduleConfiguration
The name of the data and how often it should be pulled from the source.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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_uri ⇒ String
The URI of the data source.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 457 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 |