AWS::OSIS::Pipeline VpcOptions - 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 VpcOptions

Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.

Syntax

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

JSON

{ "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ], "VpcEndpointManagement" : String }

YAML

SecurityGroupIds: - String SubnetIds: - String VpcEndpointManagement: String

Properties

SecurityGroupIds

A list of security groups associated with the VPC endpoint.

Required: No

Type: Array of String

Minimum: 11

Maximum: 20

Update requires: No interruption

SubnetIds

A list of subnet IDs associated with the VPC endpoint.

Required: Yes

Type: Array of String

Minimum: 15

Maximum: 24

Update requires: No interruption

VpcEndpointManagement

Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.

Required: No

Type: String

Allowed values: CUSTOMER | SERVICE

Update requires: No interruption