Class: Aws::Redshift::Types::CreateIntegrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateIntegrationMessage
- Defined in:
- gems/aws-sdk-redshift/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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3009 class CreateIntegrationMessage < Struct.new( :source_arn, :target_arn, :integration_name, :kms_key_id, :tag_list, :additional_encryption_context, :description) SENSITIVE = [] include Aws::Structure end |