AWS::OpenSearchServerless::VpcEndpointAmazon OpenSearchServerless vpc endpoint resource
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
SubnetIds | Array<string> | Required |
VpcId | string | RequiredCreate-only |
SecurityGroupIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The identifier of the VPC Endpoint |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchServerless::VpcEndpoint
Resources:
MyResource:
Type: AWS::OpenSearchServerless::VpcEndpoint
Properties:
Name: "my-name"
VpcId: "my-vpcid"
SubnetIds: "my-subnetids"Permissions CloudFormation needs in your IAM role to manage this resource.
aoss:BatchGetVpcEndpointaoss:CreateVpcEndpointec2:CreateVpcEndpointec2:DeleteVpcEndPointsec2:DescribeVpcEndpointsec2:ModifyVpcEndPointec2:DescribeVpcsec2:DescribeSubnetsaoss:BatchGetVpcEndpointec2:DescribeVpcEndpointsaoss:BatchGetVpcEndpointaoss:UpdateVpcEndpointec2:CreateVpcEndpointec2:DeleteVpcEndPointsec2:DescribeVpcEndpointsec2:ModifyVpcEndPointec2:DescribeVpcsec2:DescribeSubnetsaoss:BatchGetVpcEndpointaoss:DeleteVpcEndpointec2:DeleteVpcEndPointsec2:DescribeVpcEndpointsec2:ModifyVpcEndPointec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroupsaoss:ListVpcEndpointsec2:DescribeVpcEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameVpcId