Class: Aws::DatabaseMigrationService::Types::KerberosAuthenticationSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Specifies using Kerberos authentication settings for use with DMS.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_cache_secret_iam_arnString

Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the replication instance.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6824

class KerberosAuthenticationSettings < Struct.new(
  :key_cache_secret_id,
  :key_cache_secret_iam_arn,
  :krb_5_file_contents)
  SENSITIVE = []
  include Aws::Structure
end

#key_cache_secret_idString

Specifies the secret ID of the key cache for the replication instance.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6824

class KerberosAuthenticationSettings < Struct.new(
  :key_cache_secret_id,
  :key_cache_secret_iam_arn,
  :krb_5_file_contents)
  SENSITIVE = []
  include Aws::Structure
end

#krb_5_file_contentsString

Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6824

class KerberosAuthenticationSettings < Struct.new(
  :key_cache_secret_id,
  :key_cache_secret_iam_arn,
  :krb_5_file_contents)
  SENSITIVE = []
  include Aws::Structure
end