Class: Aws::Redshift::Types::Integration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::Integration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
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 (UTC) when the integration was created.
-
#description ⇒ String
The description of the integration.
-
#errors ⇒ Array<Types::IntegrationError>
Any errors associated with the integration.
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integration.
-
#integration_name ⇒ String
The name of the integration.
-
#kms_key_id ⇒ String
The Key Management Service (KMS) key identifier for the key used 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>
The list of tags associated with the integration.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use 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*.
[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time (UTC) when the integration was created.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::IntegrationError>
Any errors associated with the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#integration_name ⇒ String
The name of the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Key Management Service (KMS) key identifier for the key used to encrypt the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the database used as the source for replication.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags associated with the integration.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.
7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 |
# File 'lib/aws-sdk-redshift/types.rb', line 7456 class Integration < Struct.new( :integration_arn, :integration_name, :source_arn, :target_arn, :status, :errors, :create_time, :description, :kms_key_id, :additional_encryption_context, :tags) SENSITIVE = [] include Aws::Structure end |