AWS::OSIS::Pipeline VpcEndpoint - AWS CloudFormation

AWS::OSIS::Pipeline VpcEndpoint

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

Syntax

To declare this entity in your AWS 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. AWS 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