Class: Aws::Firehose::Types::DatabaseSourceAuthenticationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DatabaseSourceAuthenticationConfiguration
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Amazon Data Firehose is in preview release and is subject to change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
The structure that defines how Firehose accesses the secret.
Instance Attribute Details
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
The structure that defines how Firehose accesses the secret.
1039 1040 1041 1042 1043 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1039 class DatabaseSourceAuthenticationConfiguration < Struct.new( :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |