Class: Aws::Firehose::Types::AuthenticationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::AuthenticationConfiguration
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
The authentication configuration of the Amazon MSK cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectivity ⇒ String
The type of connectivity used to access the Amazon MSK cluster.
-
#role_arn ⇒ String
The ARN of the role used to access the Amazon MSK cluster.
Instance Attribute Details
#connectivity ⇒ String
The type of connectivity used to access the Amazon MSK cluster.
595 596 597 598 599 600 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 595 class AuthenticationConfiguration < Struct.new( :role_arn, :connectivity) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role used to access the Amazon MSK cluster.
595 596 597 598 599 600 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 595 class AuthenticationConfiguration < Struct.new( :role_arn, :connectivity) SENSITIVE = [] include Aws::Structure end |