Class: Aws::Redshift::Types::CreateIntegrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateIntegrationMessage
- 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>
An optional set of non-secret key–value pairs that contains additional contextual information about the data.
-
#description ⇒ String
A description of the integration.
-
#integration_name ⇒ String
The name of the integration.
-
#kms_key_id ⇒ String
An Key Management Service (KMS) key identifier for the key to use to encrypt the integration.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the database to use as the source for replication.
-
#tag_list ⇒ Array<Types::Tag>
A list of tags.
-
#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>
An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see [Encryption context] in the *Amazon Web Services Key Management Service Developer Guide*.
You can only include this parameter if you specify the ‘KMSKeyId` parameter.
[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the integration.
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |
#integration_name ⇒ String
The name of the integration.
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
An Key Management Service (KMS) key identifier for the key to use to encrypt the integration. If you don’t specify an encryption key, the default Amazon Web Services owned key is used.
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the database to use as the source for replication.
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
A list of tags.
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) 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.
2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-redshift/types.rb', line 2946 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |