vpc_endpoint
Gets an individual vpc_endpoint
resource
Overview
Name | vpc_endpoint |
Type | Resource |
Description | vpc_endpoint |
Id | awscc.opensearchserverless.vpc_endpoint |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier of the VPC Endpoint |
name | string | The name of the VPC Endpoint |
security_group_ids | array | The ID of one or more security groups to associate with the endpoint network interface |
subnet_ids | array | The ID of one or more subnets in which to create an endpoint network interface |
vpc_id | string | The ID of the VPC in which the endpoint will be used. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
name,
security_group_ids,
subnet_ids,
vpc_id
FROM awscc.opensearchserverless.vpc_endpoint
WHERE data__Identifier = '<Id>';
Permissions
To operate on the vpc_endpoint
resource, the following permissions are required:
Read
aoss:BatchGetVpcEndpoint,
ec2:DescribeVpcEndpoints
Update
aoss:BatchGetVpcEndpoint,
aoss:UpdateVpcEndpoint,
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
Delete
aoss:BatchGetVpcEndpoint,
aoss:DeleteVpcEndpoint,
ec2:DeleteVpcEndPoints,
ec2:DescribeVpcEndpoints,
ec2:ModifyVpcEndPoint,
ec2:DescribeVpcs,
ec2:DescribeSubnets,
ec2:DescribeSecurityGroups,
ec2:CreateTags,
route53:ChangeResourceRecordSets,
route53:DeleteHostedZone,
route53:GetChange,
route53:GetHostedZone,
route53:ListResourceRecordSets,
route53:ListHostedZonesByName,
route53:ListHostedZonesByVPC,
route53:AssociateVPCWithHostedZone