Class: Aws::CognitoIdentityProvider::Types::S3ConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::S3ConfigurationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Configuration for the Amazon S3 bucket destination of user activity log export with advanced security features.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
The ARN of an Amazon S3 bucket that’s the destination for advanced security features log export.
Instance Attribute Details
#bucket_arn ⇒ String
The ARN of an Amazon S3 bucket that’s the destination for advanced security features log export.
7645 7646 7647 7648 7649 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7645 class S3ConfigurationType < Struct.new( :bucket_arn) SENSITIVE = [] include Aws::Structure end |