VpcOptions
Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
Contents
- SubnetIds
-
A list of subnet IDs associated with the VPC endpoint.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 12 items.
Length Constraints: Minimum length of 15. Maximum length of 24.
Pattern:
subnet-\w{8}(\w{9})?
Required: Yes
- SecurityGroupIds
-
A list of security groups associated with the VPC endpoint.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 12 items.
Length Constraints: Minimum length of 11. Maximum length of 20.
Pattern:
sg-\w{8}(\w{9})?
Required: No
- VpcAttachmentOptions
-
Options for attaching a VPC to a pipeline.
Type: VpcAttachmentOptions object
Required: No
- VpcEndpointManagement
-
Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
Type: String
Valid Values:
CUSTOMER | SERVICE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: