vpc_endpoints
Retrieves a list of vpc_endpoints
in a region
Overview
Name | vpc_endpoints |
Type | Resource |
Description | vpc_endpoints |
Id | awscc.opensearchserverless.vpc_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier of the VPC Endpoint |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.opensearchserverless.vpc_endpoints
WHERE region = 'us-east-1'
Permissions
To operate on the vpc_endpoints
resource, the following permissions are required:
Create
aoss:BatchGetVpcEndpoint,
aoss:CreateVpcEndpoint,
ec2:CreateVpcEndpoint,
ec2:DeleteVpcEndPoints,
ec2:DescribeVpcEndpoints,
ec2:ModifyVpcEndPoint,
ec2:DescribeVpcs,
ec2:DescribeSubnets,
ec2:DescribeSecurityGroups,
ec2:CreateTags,
route53:ChangeResourceRecordSets,
route53:GetChange,
route53:GetHostedZone,
route53:ListResourceRecordSets,
route53:ListHostedZonesByName,
route53:CreateHostedZone,
route53:ListHostedZonesByVPC,
route53:AssociateVPCWithHostedZone
List
aoss:ListVpcEndpoints,
ec2:DescribeVpcEndpoints