VpcEndpointProps
Properties for defining a VpcEndpoint
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpoint
Initializer
import ros_cdk_privatelink
ros_cdk_privatelink.VpcEndpointProps(
security_group_id: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
vpc_id: typing.Union[str, IResolvable],
endpoint_description: typing.Union[str, IResolvable] = None,
endpoint_name: typing.Union[str, IResolvable] = None,
endpoint_type: typing.Union[str, IResolvable] = None,
protected_enabled: typing.Union[bool, IResolvable] = None,
service_id: typing.Union[str, IResolvable] = None,
service_name: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None,
zone: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ZoneProperty]]] = None,
zone_private_ip_address_count: typing.Union[typing.Union[int, float], IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
security_group_id |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] |
Property securityGroupId: The security group associated with the endpoint network interface. |
vpc_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vpcId: The VPC to which the endpoint belongs. |
endpoint_description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property endpointDescription: The description of the endpoint. |
endpoint_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property endpointName: The name of the endpoint. |
endpoint_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property endpointType: Endpoint type. |
protected_enabled |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property protectedEnabled: Specifies whether to enable user authentication. |
service_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property serviceId: The endpoint service that is associated with the endpoint. |
service_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property serviceName: The name of the endpoint service that is associated with the endpoint. |
tags |
typing.List[TagsProperty] |
Property tags: Tags to attach to instance. |
zone |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ZoneProperty]]] |
Property zone:. |
zone_private_ip_address_count |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property zonePrivateIpAddressCount: The number of private IP addresses that can be used by an elastic network interface (ENI) in each zone. |
security_group_id
Required
security_group_id: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property securityGroupId: The security group associated with the endpoint network interface.
The security group can control the data communication from the VPC to the endpoint network interface.
vpc_id
Required
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vpcId: The VPC to which the endpoint belongs.
endpoint_description
Optional
endpoint_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property endpointDescription: The description of the endpoint.
The description must be 2 to 256 characters in length and cannot start with http:// or https://.
endpoint_name
Optional
endpoint_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property endpointName: The name of the endpoint.
The name must be 2 to 128 characters in length and can contain digits, underscores (_), and hyphens (-). The name must start with a letter.
endpoint_type
Optional
endpoint_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property endpointType: Endpoint type.
protected_enabled
Optional
protected_enabled: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property protectedEnabled: Specifies whether to enable user authentication.
This parameter is available in Security Token Service (STS) mode. Valid values: true: yes After user authentication is enabled, only the user who creates the endpoint can modify or delete the endpoint in STS mode. false (default): no
service_id
Optional
service_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property serviceId: The endpoint service that is associated with the endpoint.
One of ServiceId and ServiceName is required.
service_name
Optional
service_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property serviceName: The name of the endpoint service that is associated with the endpoint.
One of ServiceId and ServiceName is required.
tags
Optional
tags: typing.List[TagsProperty]
- Type: typing.List[TagsProperty]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.
zone
Optional
zone: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ZoneProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ZoneProperty]]]
Property zone:.
zone_private_ip_address_count
Optional
zone_private_ip_address_count: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property zonePrivateIpAddressCount: The number of private IP addresses that can be used by an elastic network interface (ENI) in each zone.
Set the value to 1.