AWS::OSIS::Pipeline VpcOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

JSON

{ "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ], "VpcAttachmentOptions" : VpcAttachmentOptions, "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

VpcAttachmentOptions

Options for attaching a VPC to a pipeline.

Required: No

Type: VpcAttachmentOptions

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