Class: Aws::Redshift::Types::CreateIntegrationMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<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

Returns:

  • (Hash<String,String>)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

class CreateIntegrationMessage < Struct.new(
  :source_arn,
  :target_arn,
  :integration_name,
  :kms_key_id,
  :tag_list,
  :additional_encryption_context,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the integration.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

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_nameString

The name of the integration.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

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_idString

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.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

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_arnString

The Amazon Resource Name (ARN) of the database to use as the source for replication.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

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_listArray<Types::Tag>

A list of tags.

Returns:



2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

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_arnString

The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
# File 'lib/aws-sdk-redshift/types.rb', line 2941

class CreateIntegrationMessage < Struct.new(
  :source_arn,
  :target_arn,
  :integration_name,
  :kms_key_id,
  :tag_list,
  :additional_encryption_context,
  :description)
  SENSITIVE = []
  include Aws::Structure
end