interface VpcEndpointProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_osis.CfnPipeline.VpcEndpointProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsosis#CfnPipeline_VpcEndpointProperty |
![]() | software.amazon.awscdk.services.osis.CfnPipeline.VpcEndpointProperty |
![]() | aws_cdk.aws_osis.CfnPipeline.VpcEndpointProperty |
![]() | aws-cdk-lib » aws_osis » CfnPipeline » VpcEndpointProperty |
An OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_osis as osis } from 'aws-cdk-lib';
const vpcEndpointProperty: osis.CfnPipeline.VpcEndpointProperty = {
vpcEndpointId: 'vpcEndpointId',
vpcId: 'vpcId',
vpcOptions: {
subnetIds: ['subnetIds'],
// the properties below are optional
securityGroupIds: ['securityGroupIds'],
vpcAttachmentOptions: {
attachToVpc: false,
cidrBlock: 'cidrBlock',
},
vpcEndpointManagement: 'vpcEndpointManagement',
},
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The unique identifier of the endpoint. |
vpc | string | The ID for your VPC. |
vpc | IResolvable | Vpc | Information about the VPC, including associated subnets and security groups. |
vpcEndpointId?
Type:
string
(optional)
The unique identifier of the endpoint.
vpcId?
Type:
string
(optional)
The ID for your VPC.
AWS PrivateLink generates this value when you create a VPC.
vpcOptions?
Type:
IResolvable
|
Vpc
(optional)
Information about the VPC, including associated subnets and security groups.