CfnVpcEndpointMixinProps

class aws_cdk.mixins_preview.aws_opensearchserverless.mixins.CfnVpcEndpointMixinProps(*, name=None, security_group_ids=None, subnet_ids=None, vpc_id=None)

Bases: object

Properties for CfnVpcEndpointPropsMixin.

Parameters:
  • name (Optional[str]) – The name of the endpoint.

  • security_group_ids (Optional[Sequence[str]]) – The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

  • subnet_ids (Optional[Sequence[str]]) – The ID of the subnets from which you access OpenSearch Serverless.

  • vpc_id (Optional[str]) – The ID of the VPC from which you access OpenSearch Serverless.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-vpcendpoint.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_opensearchserverless import mixins as opensearchserverless_mixins

cfn_vpc_endpoint_mixin_props = opensearchserverless_mixins.CfnVpcEndpointMixinProps(
    name="name",
    security_group_ids=["securityGroupIds"],
    subnet_ids=["subnetIds"],
    vpc_id="vpcId"
)

Attributes

name

The name of the endpoint.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-vpcendpoint.html#cfn-opensearchserverless-vpcendpoint-name

security_group_ids

The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-vpcendpoint.html#cfn-opensearchserverless-vpcendpoint-securitygroupids

subnet_ids

The ID of the subnets from which you access OpenSearch Serverless.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-vpcendpoint.html#cfn-opensearchserverless-vpcendpoint-subnetids

vpc_id

The ID of the VPC from which you access OpenSearch Serverless.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-vpcendpoint.html#cfn-opensearchserverless-vpcendpoint-vpcid