Skip to content

InstanceEndpointAclPolicyProps

Properties for defining a InstanceEndpointAclPolicy.

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

Initializer

import ros_cdk_cr
ros_cdk_cr.InstanceEndpointAclPolicyProps(
  entry: typing.Union[str, IResolvable],
  instance_id: typing.Union[str, IResolvable],
  comment: typing.Union[str, IResolvable] = None,
  endpoint_type: typing.Union[str, IResolvable] = None,
  module_name: typing.Union[str, IResolvable] = None,
  region_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
entry typing.Union[str, ros_cdk_core.IResolvable] Property entry: The IP address range that is allowed to access the instance.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the instance.
comment typing.Union[str, ros_cdk_core.IResolvable] Property comment: The description of the entry.
endpoint_type typing.Union[str, ros_cdk_core.IResolvable] Property endpointType: The type of the endpoint.
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.
region_id typing.Union[str, ros_cdk_core.IResolvable] Property regionId: Region ID of instance.

entryRequired

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

Property entry: The IP address range that is allowed to access the instance.


instance_idRequired

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

Property instanceId: The ID of the instance.


commentOptional

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

Property comment: The description of the entry.


endpoint_typeOptional

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

Property endpointType: The type of the endpoint.


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 and Chart.


region_idOptional

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

Property regionId: Region ID of instance.

Default is current region.