interface VpcOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OSIS.CfnPipeline.VpcOptionsProperty |
![]() | software.amazon.awscdk.services.osis.CfnPipeline.VpcOptionsProperty |
![]() | aws_cdk.aws_osis.CfnPipeline.VpcOptionsProperty |
![]() | @aws-cdk/aws-osis » CfnPipeline » VpcOptionsProperty |
Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as osis from '@aws-cdk/aws-osis';
const vpcOptionsProperty: osis.CfnPipeline.VpcOptionsProperty = {
securityGroupIds: ['securityGroupIds'],
subnetIds: ['subnetIds'],
};
Properties
Name | Type | Description |
---|---|---|
security | string[] | A list of security groups associated with the VPC endpoint. |
subnet | string[] | A list of subnet IDs associated with the VPC endpoint. |
securityGroupIds?
Type:
string[]
(optional)
A list of security groups associated with the VPC endpoint.
subnetIds?
Type:
string[]
(optional)
A list of subnet IDs associated with the VPC endpoint.