Class: Aws::Glue::Types::InboundIntegration

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

Overview

A structure for an integration that writes data into a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time that the integration was created, in UTC.

Returns:

  • (Time)


15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
# File 'lib/aws-sdk-glue/types.rb', line 15553

class InboundIntegration < Struct.new(
  :source_arn,
  :target_arn,
  :integration_arn,
  :status,
  :create_time,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::IntegrationError>

A list of errors associated with the integration.

Returns:



15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
# File 'lib/aws-sdk-glue/types.rb', line 15553

class InboundIntegration < Struct.new(
  :source_arn,
  :target_arn,
  :integration_arn,
  :status,
  :create_time,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#integration_arnString

The ARN of the zero-ETL integration.

Returns:

  • (String)


15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
# File 'lib/aws-sdk-glue/types.rb', line 15553

class InboundIntegration < Struct.new(
  :source_arn,
  :target_arn,
  :integration_arn,
  :status,
  :create_time,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN of the source resource for the integration.

Returns:

  • (String)


15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
# File 'lib/aws-sdk-glue/types.rb', line 15553

class InboundIntegration < Struct.new(
  :source_arn,
  :target_arn,
  :integration_arn,
  :status,
  :create_time,
  :errors)
  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)


15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
# File 'lib/aws-sdk-glue/types.rb', line 15553

class InboundIntegration < Struct.new(
  :source_arn,
  :target_arn,
  :integration_arn,
  :status,
  :create_time,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The ARN of the target resource for the integration.

Returns:

  • (String)


15553
15554
15555
15556
15557
15558
15559
15560
15561
15562
# File 'lib/aws-sdk-glue/types.rb', line 15553

class InboundIntegration < Struct.new(
  :source_arn,
  :target_arn,
  :integration_arn,
  :status,
  :create_time,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end