Class: Aws::S3::Types::CloudFunctionConfiguration

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

Overview

Container for specifying the Lambda notification configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_functionString

Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.

Returns:

  • (String)


734
735
736
737
738
739
740
741
742
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 734

class CloudFunctionConfiguration < Struct.new(
  :id,
  :event,
  :events,
  :cloud_function,
  :invocation_role)
  SENSITIVE = []
  include Aws::Structure
end

#eventString

The bucket event for which to send notifications.

Returns:

  • (String)


734
735
736
737
738
739
740
741
742
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 734

class CloudFunctionConfiguration < Struct.new(
  :id,
  :event,
  :events,
  :cloud_function,
  :invocation_role)
  SENSITIVE = []
  include Aws::Structure
end

#eventsArray<String>

Bucket events for which to send notifications.

Returns:

  • (Array<String>)


734
735
736
737
738
739
740
741
742
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 734

class CloudFunctionConfiguration < Struct.new(
  :id,
  :event,
  :events,
  :cloud_function,
  :invocation_role)
  SENSITIVE = []
  include Aws::Structure
end

#idString

An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.

Returns:

  • (String)


734
735
736
737
738
739
740
741
742
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 734

class CloudFunctionConfiguration < Struct.new(
  :id,
  :event,
  :events,
  :cloud_function,
  :invocation_role)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_roleString

The role supporting the invocation of the Lambda function

Returns:

  • (String)


734
735
736
737
738
739
740
741
742
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 734

class CloudFunctionConfiguration < Struct.new(
  :id,
  :event,
  :events,
  :cloud_function,
  :invocation_role)
  SENSITIVE = []
  include Aws::Structure
end