Class: Aws::Glue::Types::Integration

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

Overview

Describes a zero-ETL integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if ‘KMSKeyId` is provided.

Returns:

  • (Hash<String,String>)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time that the integration was created, in UTC.

Returns:

  • (Time)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#data_filterString

Selects source tables for the integration using Maxwell filter syntax.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the integration.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::IntegrationError>

A list of errors associated with the integration.

Returns:



15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#integration_arnString

The Amazon Resource Name (ARN) for the integration.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#integration_nameString

A unique name for the integration.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The ARN of a KMS key used for encrypting the channel.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN for the source of the integration.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The possible statuses are:

  • CREATING: The integration is being created.

  • ACTIVE: The integration creation succeeds.

  • MODIFYING: The integration is being modified.

  • FAILED: The integration creation fails.

  • DELETING: The integration is deleted.

  • SYNCING: The integration is synchronizing.

  • NEEDS_ATTENTION: The integration needs attention, such as synchronization.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata assigned to the resource consisting of a list of key-value pairs.

Returns:



15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The ARN for the target of the integration.

Returns:

  • (String)


15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646
15647
15648
15649
15650
# File 'lib/aws-sdk-glue/types.rb', line 15635

class Integration < Struct.new(
  :source_arn,
  :target_arn,
  :description,
  :integration_name,
  :integration_arn,
  :kms_key_id,
  :additional_encryption_context,
  :tags,
  :status,
  :create_time,
  :errors,
  :data_filter)
  SENSITIVE = []
  include Aws::Structure
end