AccessControlsProps
Properties for defining a AccessControls
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-accesscontrols
Initializer
import { datasource } from '@alicloud/ros-cdk-slb'
const accessControlsProps: datasource.AccessControlsProps = { ... }
Properties
Name | Type | Description |
---|---|---|
aclName |
string | @alicloud/ros-cdk-core.IResolvable |
Property aclName: The name of the network ACL. |
addressIpVersion |
string | @alicloud/ros-cdk-core.IResolvable |
Property addressIpVersion: The IP version. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group to which the network ACL belongs. |
aclName
Optional
public readonly aclName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aclName: The name of the network ACL.
addressIpVersion
Optional
public readonly addressIpVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addressIpVersion: The IP version.
Valid values: ipv4 and ipv6.
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group to which the network ACL belongs.