Class: Aws::CognitoIdentityProvider::Types::S3ConfigurationType

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

Instance Attribute Details

#bucket_arnString

The ARN of an Amazon S3 bucket that’s the destination for advanced security features log export.

Returns:

  • (String)


7647
7648
7649
7650
7651
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7647

class S3ConfigurationType < Struct.new(
  :bucket_arn)
  SENSITIVE = []
  include Aws::Structure
end