NetworkInterfacePermissionProps
Properties for defining a NetworkInterfacePermission.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-networkinterfacepermission
Initializer
import ros_cdk_ecs
ros_cdk_ecs.NetworkInterfacePermissionProps(
account_id: typing.Union[str, IResolvable],
network_interface_id: typing.Union[str, IResolvable],
permission: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description |
|---|---|---|
account_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accountId: the account id. |
network_interface_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property networkInterfaceId: Network interface id. |
permission |
typing.Union[str, ros_cdk_core.IResolvable] |
Property permission: the permission. |
account_idRequired
account_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountId: the account id.
network_interface_idRequired
network_interface_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property networkInterfaceId: Network interface id.
permissionRequired
permission: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property permission: the permission.