AWS::OSIS::Pipeline VpcAttachmentOptions
Options for attaching a VPC to pipeline.
Syntax
To declare this entity in your AWS 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