Skip to content

InstanceEndpointAclPolicyProps

Properties for defining a InstanceEndpointAclPolicy.

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

Initializer

import { InstanceEndpointAclPolicyProps } from '@alicloud/ros-cdk-cr'
const instanceEndpointAclPolicyProps: InstanceEndpointAclPolicyProps = { ... }

Properties

Name Type Description
entry string | @alicloud/ros-cdk-core.IResolvable Property entry: The IP address range that is allowed to access the instance.
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of the instance.
comment string | @alicloud/ros-cdk-core.IResolvable Property comment: The description of the entry.
endpointType string | @alicloud/ros-cdk-core.IResolvable Property endpointType: The type of the endpoint.
moduleName string | @alicloud/ros-cdk-core.IResolvable Property moduleName: The name of the module in the instance for which a whitelist is configured.
regionId string | @alicloud/ros-cdk-core.IResolvable Property regionId: Region ID of instance.

entryRequired

public readonly entry: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


instanceIdRequired

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The ID of the instance.


commentOptional

public readonly comment: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property comment: The description of the entry.


endpointTypeOptional

public readonly endpointType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property endpointType: The type of the endpoint.


moduleNameOptional

public readonly moduleName: string | IResolvable;
  • Type: string | @alicloud/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.


regionIdOptional

public readonly regionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property regionId: Region ID of instance.

Default is current region.