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. |
accountIdRequired
public readonly accountId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accountId: the account id.
networkInterfaceIdRequired
public readonly networkInterfaceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkInterfaceId: Network interface id.
permissionRequired
public readonly permission: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property permission: the permission.