Ecs Network Interface Permission Args
data class EcsNetworkInterfacePermissionArgs(val accountId: Output<String>? = null, val force: Output<Boolean>? = null, val networkInterfaceId: Output<String>? = null, val permission: Output<String>? = null) : ConvertibleToJava<EcsNetworkInterfacePermissionArgs>
Provides a ECS Network Interface Permission resource. For information about ECS Network Interface Permission and how to use it, see What is Network Interface Permission.
NOTE: Available since v1.166.0.
Import
ECS Network Interface Permission can be imported using the id, e.g.
$ pulumi import alicloud:ecs/ecsNetworkInterfacePermission:EcsNetworkInterfacePermission example <id>
Content copied to clipboard