Skip to content

InstanceVpcEndpointLinkedVpcProps

Properties for defining a InstanceVpcEndpointLinkedVpc.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instancevpcendpointlinkedvpc

Initializer

import ros_cdk_cr
ros_cdk_cr.InstanceVpcEndpointLinkedVpcProps(
  instance_id: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  vswitch_id: typing.Union[str, IResolvable],
  enable_create_dns_record_in_pvzt: typing.Union[bool, IResolvable] = None,
  module_name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the instance.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: The ID of the vpc.
vswitch_id typing.Union[str, ros_cdk_core.IResolvable] Property vswitchId: The ID of the vswitch.
enable_create_dns_record_in_pvzt typing.Union[bool, ros_cdk_core.IResolvable] Property enableCreateDnsRecordInPvzt: Whether to automatically create Privatezone records.
module_name typing.Union[str, ros_cdk_core.IResolvable] Property moduleName: The name of the module in the instance for which a whitelist is configured.

instance_idRequired

instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceId: The ID of the instance.


vpc_idRequired

vpc_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vpcId: The ID of the vpc.


vswitch_idRequired

vswitch_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vswitchId: The ID of the vswitch.


enable_create_dns_record_in_pvztOptional

enable_create_dns_record_in_pvzt: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property enableCreateDnsRecordInPvzt: Whether to automatically create Privatezone records.

If you enable automatic Privatezone record creation, Privatezone records will be automatically created when VPC instances are added. Valid values:

  • true: Automatically creates a Privatezone record.
  • false (default): Do not automatically create Privatezone records.

module_nameOptional

module_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property moduleName: The name of the module in the instance for which a whitelist is configured.

Valid values:

  • Registry (default): Access the image repository.
  • Chart: Access Helm Chart.