access_points_list_only
Lists access_points
in a region or regions, for all properties use access_points
Overview
Name | access_points_list_only |
Type | Resource |
Description | The AWS::S3ObjectLambda::AccessPoint resource is an Amazon S3ObjectLambda resource type that you can use to add computation to S3 actions |
Id | aws.s3objectlambda.access_points_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this Object lambda Access Point. |
alias | object | |
arn | string | |
creation_date | string | The date and time when the Object lambda Access Point was created. |
public_access_block_configuration | object | The PublicAccessBlock configuration that you want to apply to this Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status 'The Meaning of Public' in the Amazon Simple Storage Service Developer Guide. |
policy_status | object | |
object_lambda_configuration | object | The Object lambda Access Point Configuration that configures transformations to be applied on the objects on specified S3 Actions |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all access_points
in a region.
SELECT
region,
name
FROM aws.s3objectlambda.access_points_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_points_list_only
resource, see access_points