Class: Aws::Firehose::Types::DatabaseSourceAuthenticationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#secrets_manager_configurationTypes::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