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. |
entry
Required
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.
instanceId
Required
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of the instance.
comment
Optional
public readonly comment: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property comment: The description of the entry.
endpointType
Optional
public readonly endpointType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property endpointType: The type of the endpoint.
moduleName
Optional
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.
regionId
Optional
public readonly regionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property regionId: Region ID of instance.
Default is current region.