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.
      9522 9523 9524 9525 9526  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9522 class S3ConfigurationType < Struct.new( :bucket_arn) SENSITIVE = [] include Aws::Structure end  |