NetworkInterfacePermissionProps
Properties for defining a NetworkInterfacePermission
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-networkinterfacepermission
Initializer
import { NetworkInterfacePermissionProps } from '@alicloud/ros-cdk-ecs'
const networkInterfacePermissionProps: NetworkInterfacePermissionProps = { ... }
Properties
Name | Type | Description |
---|---|---|
accountId |
string | @alicloud/ros-cdk-core.IResolvable |
Property accountId: the account id. |
networkInterfaceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property networkInterfaceId: Network interface id. |
permission |
string | @alicloud/ros-cdk-core.IResolvable |
Property permission: the permission. |
accountId
Required
public readonly accountId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accountId: the account id.
networkInterfaceId
Required
public readonly networkInterfaceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkInterfaceId: Network interface id.
permission
Required
public readonly permission: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property permission: the permission.