EcsNetworkInterfacePermission

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 in v1.166.0+.

Import

ECS Network Interface Permission can be imported using the id, e.g.

$ pulumi import alicloud:ecs/ecsNetworkInterfacePermission:EcsNetworkInterfacePermission example <id>

Properties

Link copied to clipboard
val accountId: Output<String>

Alibaba Cloud Partner (Certified ISV) account ID or individual user ID.

Link copied to clipboard
val force: Output<Boolean>?

Whether to force deletion of Network Interface Permission. Default value: true.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ID of the network interface.

Link copied to clipboard
val permission: Output<String>

The permissions of the Network Interface. Valid values: InstanceAttach. InstanceAttach: Allows authorized users to mount your ENI to the other ECS instance. The ECS instance must be in the same zone as the ENI.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The Status of the Network Interface Permissions. Valid values: Pending, Granted, Revoking, Revoked.

Link copied to clipboard
val urn: Output<String>