AWS::OSIS::Pipeline VpcEndpoint - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::OSIS::Pipeline VpcEndpoint

An OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "VpcEndpointId" : String, "VpcId" : String, "VpcOptions" : VpcOptions }

YAML

VpcEndpointId: String VpcId: String VpcOptions: VpcOptions

Properties

VpcEndpointId

The unique identifier of the endpoint.

Required: No

Type: String

Update requires: No interruption

VpcId

The ID for your VPC. Amazon PrivateLink generates this value when you create a VPC.

Required: No

Type: String

Update requires: No interruption

VpcOptions

Information about the VPC, including associated subnets and security groups.

Required: No

Type: VpcOptions

Update requires: No interruption