ALIYUN::ECS::NetworkInterfacePermission is used to grant an account the permission to attach an elastic network interface (ENI) to an instance.
Syntax
{
"Type": "ALIYUN::ECS::NetworkInterfacePermission",
"Properties": {
"NetworkInterfaceId": String,
"AccountId": String,
"Permission": String
}
}
Properties
Name | Type | Required | Editable | Description | Validity |
Name | Type | Required | Editable | Description | Validity |
NetworkInterfaceId | String | Yes | No | The ID of the ENI. | None |
AccountId | String | Yes | No | The ID of the account. | None |
Permission | String | Yes | No | The permission granted to the account. | None |
Response parameters
Fn::GetAtt
NetworkInterfacePermissionId: the ID of the ENI permission.