Class: Aws::S3Control::Types::CreateAccessPointForObjectLambdaRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for owner of the specified Object Lambda Access Point.

Returns:

  • (String)


869
870
871
872
873
874
875
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 869

class CreateAccessPointForObjectLambdaRequest < Struct.new(
  :account_id,
  :name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::ObjectLambdaConfiguration

Object Lambda Access Point configuration as a JSON document.



869
870
871
872
873
874
875
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 869

class CreateAccessPointForObjectLambdaRequest < Struct.new(
  :account_id,
  :name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name you want to assign to this Object Lambda Access Point.

Returns:

  • (String)


869
870
871
872
873
874
875
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 869

class CreateAccessPointForObjectLambdaRequest < Struct.new(
  :account_id,
  :name,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end