Class: Aws::CognitoIdentityProvider::Types::FirehoseConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::FirehoseConfigurationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Configuration for the Amazon Data Firehose stream destination of user activity log export with advanced security features.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The ARN of an Amazon Data Firehose stream that’s the destination for advanced security features log export.
Instance Attribute Details
#stream_arn ⇒ String
The ARN of an Amazon Data Firehose stream that’s the destination for advanced security features log export.
4726 4727 4728 4729 4730 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4726 class FirehoseConfigurationType < Struct.new( :stream_arn) SENSITIVE = [] include Aws::Structure end |