Class: Aws::RDS::Types::Integration
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::Integration
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
A zero-ETL integration with Amazon Redshift.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
The encryption context for the integration.
-
#create_time ⇒ Time
The time when the integration was created, in Universal Coordinated Time (UTC).
-
#data_filter ⇒ String
Data filters for the integration.
-
#description ⇒ String
A description of the integration.
-
#errors ⇒ Array<Types::IntegrationError>
Any errors associated with the integration.
-
#integration_arn ⇒ String
The ARN of the integration.
-
#integration_name ⇒ String
The name of the integration.
-
#kms_key_id ⇒ String
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the database used as the source for replication.
-
#status ⇒ String
The current status of the integration.
-
#tags ⇒ Array<Types::Tag>
A list of tags.
-
#target_arn ⇒ String
The ARN of the Redshift data warehouse used as the target for replication.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time when the integration was created, in Universal Coordinated Time (UTC).
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#data_filter ⇒ String
Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the integration.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::IntegrationError>
Any errors associated with the integration.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#integration_arn ⇒ String
The ARN of the integration.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#integration_name ⇒ String
The name of the integration.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the database used as the source for replication.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the integration.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags.
For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The ARN of the Redshift data warehouse used as the target for replication.
17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17092 class Integration < Struct.new( :source_arn, :target_arn, :integration_name, :integration_arn, :kms_key_id, :additional_encryption_context, :status, :tags, :create_time, :errors, :data_filter, :description) SENSITIVE = [] include Aws::Structure end |