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_id
Required
account_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountId: the account id.
network_interface_id
Required
network_interface_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property networkInterfaceId: Network interface id.
permission
Required
permission: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property permission: the permission.