class Aws::S3Control::Types::PutAccessPointPolicyForObjectLambdaRequest

@note When making an API call, you may pass PutAccessPointPolicyForObjectLambdaRequest

data as a hash:

    {
      account_id: "AccountId", # required
      name: "ObjectLambdaAccessPointName", # required
      policy: "ObjectLambdaPolicy", # required
    }

@!attribute [rw] account_id

The account ID for the account that owns the specified Object Lambda
Access Point.
@return [String]

@!attribute [rw] name

The name of the Object Lambda Access Point.
@return [String]

@!attribute [rw] policy

Object Lambda Access Point resource policy document.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicyForObjectLambdaRequest AWS API Documentation

Constants

SENSITIVE