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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Configuration for the Amazon S3 bucket destination of user activity log export with threat protection.

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 threat protection log export.

Returns:

  • (String)


9465
9466
9467
9468
9469
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9465

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