Class: Aws::DatabaseMigrationService::Types::KerberosAuthenticationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::KerberosAuthenticationSettings
- 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
-
#key_cache_secret_iam_arn ⇒ String
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.
-
#key_cache_secret_id ⇒ String
Specifies the secret ID of the key cache for the replication instance.
-
#krb_5_file_contents ⇒ String
Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.
Instance Attribute Details
#key_cache_secret_iam_arn ⇒ String
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.
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_id ⇒ String
Specifies the secret ID of the key cache for the replication instance.
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_contents ⇒ String
Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.
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 |