AWS::OSIS::Pipeline VpcAttachmentOptions - 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).

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

AWS::OSIS::Pipeline VpcAttachmentOptions

Options for attaching a VPC to pipeline.

Syntax

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

JSON

{ "AttachToVpc" : Boolean, "CidrBlock" : String }

YAML

AttachToVpc: Boolean CidrBlock: String

Properties

AttachToVpc

Whether a VPC is attached to the pipeline.

Required: Yes

Type: Boolean

Update requires: No interruption

CidrBlock

The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).

Required: Yes

Type: String

Pattern: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)/(3[0-2]|[12]?[0-9])$

Update requires: No interruption