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

Options for attaching a VPC to pipeline.

Syntax

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