All Products
Search
Document Center

Virtual Private Cloud:RAM authorization

Last Updated:Aug 29, 2024
Resource Access Management (RAM) is a service provided by Alibaba Cloud to manage user identities and resource access permissions. You can use RAM to prevent RAM users from sharing the AccessKey pairs of your Alibaba Cloud account. You can also use RAM to grant minimum permissions to RAM users. RAM uses policies to define permissions.
This topic describes the elements, such as Action, Resource, and Condition, which are defined by VPC. You can use the elements to create policies in RAM. The code (RamCode) in RAM that is used to indicate VPC is vpc. You can grant permissions on VPC at the RESOURCE.

General structure of a policy

Policies can be stored as JSON files. The following code provides an example on the general structure of a policy:
{
  "Version": "1",
  "Statement": [
    {
      "Effect": "<Effect>",
      "Action": "<Action>",
      "Resource": "<Resource>",
      "Condition": {
        "<Condition_operator>": {
          "<Condition_key>": [
            "<Condition_value>"
          ]
        }
      }
    }
  ]
}
The following list describes the fields in the policy:
  • Effect: specifies the authorization effect. Valid values: Allow, Deny.
  • Action: specifies one or more API operations that are allowed or denied. For more information, see the Action section of this topic.
  • Resource: specifies one or more resources to which the policy applies. You can use an Alibaba Cloud Resource Name (ARN) to specify a resource. For more information, see the Resource section of this topic.
  • Condition: specifies one or more conditions that are required for the policy to take effect. This is an optional field. For more information, see the Condition section of this topic.
    • Condition_operator: specifies the conditional operators. Different types of conditions support different conditional operators. For more information, see Policy elements.
    • Condition_key: specifies the condition keys.
    • Condition_value: specifies the condition values.

Action

VPC defines the values that you can use in the Action element of a policy statement. The following table describes the values.
  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • API operation: the API operation that you can call to perform the operation.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition key: the condition keys that are defined by the Alibaba Cloud service. The Condition key column does not list the common condition keys that are defined by Alibaba Cloud. For more information about the common condition keys, see Generic Condition Keyword.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
ActionsAPI operationAccess levelResource typeCondition keyAssociated operation
vpc:DeleteTrafficMirrorSessionDeleteTrafficMirrorSessiondelete
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/{#TrafficMirrorSessionId}
NoneNone
vpc:CreateDefaultVSwitchCreateDefaultVSwitchWrite
VSwitch
acs:vpc:{#regionid}:{#accountId}:vswitch/*
NoneNone
vpc:DescribeRouteTablesDescribeRouteTableslist
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
vpc:VBR
vpc:VRouter
None
vpc:ModifyVpnPbrRouteEntryAttributeModifyVpnPbrRouteEntryAttributeupdate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:CreateIpsecServerCreateIpsecServercreate
All Resources
*
NoneNone
vpc:DissociateRouteTablesFromVpcGatewayEndpointDissociateRouteTablesFromVpcGatewayEndpointdelete
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
NoneNone
vpc:DeleteVpnGatewayDeleteVpnGatewaydelete
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:GetVpcGatewayEndpointAttributeGetVpcGatewayEndpointAttributeget
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
NoneNone
vpc:DescribeAccessPointsDescribeAccessPointsget
All Resources
*
NoneNone
vpc:CreatePhysicalConnectionOccupancyOrderCreatePhysicalConnectionOccupancyOrdercreate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:ModifyHaVipAttributeModifyHaVipAttributeupdate
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
NoneNone
vpc:ModifyExpressConnectTrafficQosQueueModifyExpressConnectTrafficQosQueueupdate
All Resources
*
NoneNone
vpc:DeletePhysicalConnectionDeletePhysicalConnectiondelete
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:ListVpcEndpointServicesByEndUserListVpcEndpointServicesByEndUserlist
All Resources
*
NoneNone
vpc:ActivateRouterInterfaceActivateRouterInterfaceupdate
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:ConfirmPhysicalConnectionConfirmPhysicalConnectionget
PhysicalConnection
acs:vpc:{#regionid}:{#accountid}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:DescribeSslVpnClientCertDescribeSslVpnClientCertget
SslVpnClientCert
acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/{#SslVpnClientCertId}
NoneNone
vpc:AttachDhcpOptionsSetToVpcAttachDhcpOptionsSetToVpcupdate
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:CreateExpressConnectTrafficQosQueueCreateExpressConnectTrafficQosQueuecreate
All Resources
*
NoneNone
vpc:DescribeTagKeysDescribeTagKeysget
All Resources
*
NoneNone
vpc:AllocateVpcIpv6CidrAllocateVpcIpv6Cidrnone
All Resources
*
NoneNone
vpc:DescribeVirtualBorderRoutersForPhysicalConnectionDescribeVirtualBorderRoutersForPhysicalConnectionlist
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
vpc:PhysicalConnection
None
vpc:CreateSnatEntryCreateSnatEntrycreate
SnatEntry
acs:vpc:{#regionId}:{#accountId}:snattable/*
NoneNone
vpc:CreateCommonBandwidthPackageCreateCommonBandwidthPackagecreate
CommonBandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/*
NoneNone
vpc:CheckCanAllocateVpcPrivateIpAddressCheckCanAllocateVpcPrivateIpAddressnone
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:DescribeRouteEntryListDescribeRouteEntryListget
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:DeactivateRouterInterfaceDeactivateRouterInterfaceupdate
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:ListVSwitchCidrReservationsListVSwitchCidrReservationslist
VSwitchCidrReservation
acs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/*
NoneNone
vpc:DeleteFlowLogDeleteFlowLogdelete
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
NoneNone
vpc:DescribeRouterInterfaceAttributeDescribeRouterInterfaceAttributeget
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:DescribeEcGrantRelationDescribeEcGrantRelationlist
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:DeleteExpressConnectTrafficQosRuleDeleteExpressConnectTrafficQosRuledelete
All Resources
*
NoneNone
vpc:GetVpcPrefixListAssociationsGetVpcPrefixListAssociationsget
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
NoneNone
vpc:DeleteTrafficMirrorFilterDeleteTrafficMirrorFilterdelete
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:RevokeInstanceFromVbrRevokeInstanceFromVbrupdate
VPC
acs:vpc:{#regionId}:{#AccountId}:vpc/{#VpcId}
NoneNone
vpc:ListGeographicSubRegionsListGeographicSubRegionslist
All Resources
*
NoneNone
vpc:DeactiveFlowLogDeactiveFlowLogupdate
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
NoneNone
vpc:DeleteBgpPeerDeleteBgpPeerdelete
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:AddCommonBandwidthPackageIpAddCommonBandwidthPackageIpcreate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:DeleteCustomerGatewayDeleteCustomerGatewaydelete
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/{#CustomerGatewayId}
NoneNone
vpc:CreateNetworkAclCreateNetworkAclcreate
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/*
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:AttachVbrToVpconnAttachVbrToVpconnupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#virtualborderrouterId}
NoneNone
vpc:ReleaseIpv6AddressReleaseIpv6Addressdelete
Ipv6Address
acs:vpc:{#regionId}:{#accountId}:ipv6address/{#Ipv6AddressId}
NoneNone
vpc:DeletePublicIpAddressPoolCidrBlockDeletePublicIpAddressPoolCidrBlockWrite
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
NoneNone
vpc:DescribeVpcAttributeDescribeVpcAttributeget
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
vpc:tag
None
vpc:UntagResourcesForExpressConnectUntagResourcesForExpressConnectupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:DescribeNatGatewaysDescribeNatGatewaysget
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/*
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:DissociateRouteTableFromGatewayDissociateRouteTableFromGatewayget
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#ipv4gatewayId}
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#routetableId}
NoneNone
vpc:ModifySnatEntryModifySnatEntryupdate
SnatTable
acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId}
NoneNone
vpc:DescribeExpressConnectTrafficQosRuleDescribeExpressConnectTrafficQosRulelist
All Resources
*
NoneNone
vpc:DescribeVpnCrossAccountAuthorizationsDescribeVpnCrossAccountAuthorizationsget
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:UnassociateNetworkAclUnassociateNetworkAclupdate
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:DescribePhysicalConnectionsDescribePhysicalConnectionslist
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/*
NoneNone
vpc:UpdateVirtualPhysicalConnectionUpdateVirtualPhysicalConnectionupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#physicalconnectionId}
NoneNone
vpc:ModifyVpnPbrRouteEntryWeightModifyVpnPbrRouteEntryWeightWrite
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:VpcDescribeVpcNatGatewayNetworkInterfaceQuotaVpcDescribeVpcNatGatewayNetworkInterfaceQuotaget
All Resources
*
NoneNone
vpc:DescribeTagKeysForExpressConnectDescribeTagKeysForExpressConnectlist
PhysicalConnection
acs:vpc:{#regionId}:{#AccountId}:physicalconnection/{#PhysicalConnectionId}
RouterInterface
acs:vpc:{#regionId}:{#AccountId}:routerinterface/{#RouterInterfaceId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#AccountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:GetTrafficMirrorServiceStatusGetTrafficMirrorServiceStatusget
All Resources
*
NoneNone
vpc:MoveResourceGroupMoveResourceGroupupdate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:bandwidthpackage/{#BandwidthPackageId}
Eip
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#Ipv4GatewayId}
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/{#TrafficMirrorSessionId}
NoneNone
vpc:UpdateNetworkAclEntriesUpdateNetworkAclEntriesupdate
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
NoneNone
vpc:DeleteVpnAttachmentDeleteVpnAttachmentdelete
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:AssociateRouteTableAssociateRouteTableupdate
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#vswitchId}
NoneNone
vpc:DescribeFailoverTestJobDescribeFailoverTestJobget
All Resources
*
NoneNone
vpc:CreateVirtualPhysicalConnectionCreateVirtualPhysicalConnectioncreate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#physicalconnectionId}
NoneNone
vpc:DescribeIpv6AddressesDescribeIpv6Addresseslist
Ipv6InternetBandwidth
acs:vpc:{#regionId}:{#accountId}:vpc/*
NoneNone
vpc:ModifyVpnPbrRouteEntryPriorityModifyVpnPbrRouteEntryPriorityupdate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:GetNatGatewayAttributeGetNatGatewayAttributeget
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:ModifySslVpnServerModifySslVpnServerupdate
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/{#SslVpnServerId}
NoneNone
vpc:ListEnhanhcedNatGatewayAvailableZonesListEnhanhcedNatGatewayAvailableZoneslist
All Resources
*
NoneNone
vpc:DisableNatGatewayEcsMetricDisableNatGatewayEcsMetricWrite
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:CreateVcoRouteEntryCreateVcoRouteEntrycreate
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:UpdatePublicIpAddressPoolAttributeUpdatePublicIpAddressPoolAttributeWrite
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
NoneNone
vpc:ModifyVSwitchAttributeModifyVSwitchAttributeupdate
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:DescribeEipSegmentDescribeEipSegmentget
SegmentAddress
acs:vpc:{#regionId}:{#accountId}:eip/*
NoneNone
vpc:ModifyIpv6GatewayAttributeModifyIpv6GatewayAttributeupdate
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:ModifyPhysicalConnectionAttributeModifyPhysicalConnectionAttributeupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:ModifyVcoRouteEntryWeightModifyVcoRouteEntryWeightWrite
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:UpdateIpsecServerUpdateIpsecServerupdate
All Resources
*
NoneNone
vpc:GetIpv4GatewayAttributeGetIpv4GatewayAttributeget
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#Ipv4GatewayId}
NoneNone
vpc:RemoveSourcesFromTrafficMirrorSessionRemoveSourcesFromTrafficMirrorSessionupdate
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/{#TrafficMirrorSessionId}
NoneNone
vpc:CreateForwardEntryCreateForwardEntrycreate
ForwardTable
acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}
NoneNone
vpc:DescribeForwardTableEntriesDescribeForwardTableEntriesget
ForwardTable
acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}
NoneNone
vpc:DeleteVpnConnectionDeleteVpnConnectiondelete
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:DeleteIpsecServerDeleteIpsecServerdelete
IpsecServer
acs:vpc:{#regionId}:{#accountId}:vpnipsecserver/{#IpsecServerId}
NoneNone
vpc:AssociateVpcCidrBlockAssociateVpcCidrBlockcreate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:ListDhcpOptionsSetsListDhcpOptionsSetsget
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/*
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
NoneNone
vpc:CompletePhysicalConnectionLOACompletePhysicalConnectionLOAupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:CreateTrafficMirrorSessionCreateTrafficMirrorSessioncreate
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/*
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:DescribePhysicalConnectionLOADescribePhysicalConnectionLOAget
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:ListVirtualPhysicalConnectionsListVirtualPhysicalConnectionslist
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:DeleteSslVpnClientCertDeleteSslVpnClientCertWrite
SslVpnClientCert
acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/{#SslVpnClientCertId}
NoneNone
vpc:DeleteIpv6InternetBandwidthDeleteIpv6InternetBandwidthdelete
Ipv6InternetBandwidth
acs:vpc:{#regionId}:{#accountId}:ipv6bandwidth/{#Ipv6InternetBandwidthId}
NoneNone
vpc:ModifyCommonBandwidthPackageAttributeModifyCommonBandwidthPackageAttributeupdate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:DescribeEipAddressesDescribeEipAddresseslist
Address
acs:vpc:{#regionId}:{#accountId}:eip/*
vpc:tag
None
vpc:CreatePhysicalConnectionCreatePhysicalConnectioncreate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/*
NoneNone
vpc:DescribeEipMonitorDataDescribeEipMonitorDataget
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NoneNone
vpc:DescribeVbrHaDescribeVbrHaget
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:RecoverPhysicalConnectionRecoverPhysicalConnectionupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#physicalconnectionId}
NoneNone
vpc:DeleteTrafficMirrorFilterRulesDeleteTrafficMirrorFilterRulesdelete
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:DeleteSslVpnServerDeleteSslVpnServerWrite
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/{#SslVpnServerId}
NoneNone
vpc:DescribeSnatTableEntriesDescribeSnatTableEntriesget
SnatTable
acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId}
NoneNone
vpc:ModifyNatGatewaySpecModifyNatGatewaySpecWrite
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:ReleaseEipAddressReleaseEipAddressupdate
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
vpc:tag
None
vpc:CreateVpcGatewayEndpointCreateVpcGatewayEndpointcreate
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/*
NoneNone
vpc:Describe95TrafficDescribe95Trafficget
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:ModifyNetworkAclAttributesModifyNetworkAclAttributesupdate
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
NoneNone
vpc:CreateTrafficMirrorFilterCreateTrafficMirrorFiltercreate
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/*
NoneNone
vpc:ModifyVpnConnectionAttributeModifyVpnConnectionAttributeupdate
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:AddCommonBandwidthPackageIpsAddCommonBandwidthPackageIpscreate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:DescribeBgpPeersDescribeBgpPeersget
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:UpdateIpv4GatewayAttributeUpdateIpv4GatewayAttributeupdate
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#ipv4gatewayId}
NoneNone
vpc:DescribeVpnConnectionDescribeVpnConnectionget
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:CreateVpcCreateVpccreate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/*
NoneNone
vpc:SetHighDefinitionMonitorLogStatusSetHighDefinitionMonitorLogStatusWrite
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NoneNone
vpc:DescribeCustomerGatewaysDescribeCustomerGatewayslist
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/*
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/{#CustomerGatewayId}
NoneNone
vpc:DeleteIpv4GatewayDeleteIpv4Gatewaydelete
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#ipv4gatewayId}
NoneNone
vpc:CancelPhysicalConnectionCancelPhysicalConnectionupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:CopyNetworkAclEntriesCopyNetworkAclEntriesupdate
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
NoneNone
vpc:ActiveFlowLogActiveFlowLogupdate
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
NoneNone
vpc:DescribeNetworkAclAttributesDescribeNetworkAclAttributesget
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
NoneNone
vpc:DescribeVcoRouteEntriesDescribeVcoRouteEntrieslist
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:AssociateHaVipAssociateHaVipcreate
Instance
acs:vpc:{#regionId}:{#accountId}:instance/{#InstanceId}
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
NoneNone
vpc:DeleteVpcPrefixListDeleteVpcPrefixListdelete
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
NoneNone
vpc:CancelCommonBandwidthPackageIpBandwidthCancelCommonBandwidthPackageIpBandwidthupdate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:DescribeNetworkAclsDescribeNetworkAclslist
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/*
NoneNone
vpc:CreateFailoverTestJobCreateFailoverTestJobcreate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:CreateSslVpnServerCreateSslVpnServercreate
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/*
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:AllocateIpv6InternetBandwidthAllocateIpv6InternetBandwidthcreate
Ipv6InternetBandwidth
acs:vpc:{#regionId}:{#accountId}:ipv6bandwidth/*
NoneNone
vpc:CreateVpnPbrRouteEntryCreateVpnPbrRouteEntrycreate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:ConnectRouterInterfaceConnectRouterInterfaceupdate
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:ApplyPhysicalConnectionLOAApplyPhysicalConnectionLOAupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:GetPhysicalConnectionServiceStatusGetPhysicalConnectionServiceStatusget
All Resources
*
NoneNone
vpc:CreateTrafficMirrorFilterRulesCreateTrafficMirrorFilterRulescreate
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:DeleteBgpNetworkDeleteBgpNetworkdelete
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DeleteDhcpOptionsSetDeleteDhcpOptionsSetdelete
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
NoneNone
vpc:ModifyVSwitchCidrReservationAttributeModifyVSwitchCidrReservationAttributeupdate
VSwitchCidrReservation
acs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/{#VSwitchCidrReservationId}
NoneNone
vpc:DeleteBgpGroupDeleteBgpGroupdelete
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:ModifyExpressConnectTrafficQosRuleModifyExpressConnectTrafficQosRuleupdate
All Resources
*
NoneNone
vpc:DeleteForwardEntryDeleteForwardEntrydelete
ForwardTable
acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}
NoneNone
vpc:DeleteVSwitchDeleteVSwitchdelete
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:CreateVpconnFromVbrCreateVpconnFromVbrcreate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#virtualborderrouterId}
NoneNone
vpc:ModifyTunnelAttributeModifyTunnelAttributeupdate
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:DescribeIpv6GatewayAttributeDescribeIpv6GatewayAttributeget
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:DeleteHaVipDeleteHaVipdelete
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
NoneNone
vpc:DeleteRouteEntryDeleteRouteEntrydelete
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:MoveVpnResourceGroupMoveVpnResourceGroupupdate
All Resources
*
NoneNone
vpc:AssociateNetworkAclAssociateNetworkAclupdate
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:TagResourcesForExpressConnectTagResourcesForExpressConnectupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:DescribeFailoverTestJobsDescribeFailoverTestJobslist
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:DeleteRouterInterfaceDeleteRouterInterfacedelete
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:DeleteVpcDeleteVpcdelete
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
vpc:tag
None
vpc:CreateRouteEntriesCreateRouteEntriescreate
RouteEntry
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:DeleteExpressConnectTrafficQosDeleteExpressConnectTrafficQosdelete
All Resources
*
NoneNone
vpc:OpenFlowLogServiceOpenFlowLogServicecreate
FlowLogService
acs:vpc:{#regionId}:{#accountId}:flowlog/*
NoneNone
vpc:DescribeVpnGatewaysDescribeVpnGatewayslist
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/*
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnInstanceId}
NoneNone
vpc:ReplaceVpcDhcpOptionsSetReplaceVpcDhcpOptionsSetupdate
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:RetryVpcPrefixListAssociationRetryVpcPrefixListAssociationupdate
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
NoneNone
vpc:ListGatewayRouteTableEntriesListGatewayRouteTableEntrieslist
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#routetableId}
NoneNone
vpc:TerminateVirtualBorderRouterTerminateVirtualBorderRouterupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:ListPublicIpAddressPoolsListPublicIpAddressPoolsget
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/*
NoneNone
vpc:ModifyFlowLogAttributeModifyFlowLogAttributeupdate
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
NoneNone
vpc:ModifyRouteTableAttributesModifyRouteTableAttributesupdate
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
vpc:VRouter
None
vpc:GrantInstanceToVbrGrantInstanceToVbrupdate
VPC
acs:vpc:{#regionId}:{#AccountId}:vpc/{#VpcId}
NoneNone
vpc:ModifyCommonBandwidthPackageIpBandwidthModifyCommonBandwidthPackageIpBandwidthupdate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:RecoverVirtualBorderRouterRecoverVirtualBorderRouterupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DeleteRouteEntriesDeleteRouteEntriesdelete
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#routetableId}
NoneNone
vpc:ListVpcGatewayEndpointsListVpcGatewayEndpointslist
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/*
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
NoneNone
vpc:DescribeEipGatewayInfoDescribeEipGatewayInfolist
GatewayInfo
acs:vpc:{#regionId}:{#accountId}:eip/*
NoneNone
vpc:ModifyNatIpAttributeModifyNatIpAttributeupdate
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:GetVpcPrefixListEntriesGetVpcPrefixListEntriesget
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
NoneNone
vpc:CreateBgpGroupCreateBgpGroupcreate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DescribeVpnGatewayDescribeVpnGatewayget
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:ModifyVpnAttachmentAttributeModifyVpnAttachmentAttributeupdate
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:RevokeInstanceFromCenRevokeInstanceFromCenupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DeleteVSwitchCidrReservationDeleteVSwitchCidrReservationdelete
VSwitchCidrReservation
acs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/{#VSwitchCidrReservationId}
NoneNone
vpc:AllocateEipAddressProAllocateEipAddressProupdate
Address
acs:vpc:{#regionId}:{#accountId}:eip/*
NoneNone
vpc:CreateCustomerGatewayCreateCustomerGatewaycreate
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/*
NoneNone
vpc:DisableVpcClassicLinkDisableVpcClassicLinkupdate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:DescribeRouteTableListDescribeRouteTableListlist
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/*
vpc:VRouter
vpc:VBR
None
vpc:CreateVpcPrefixListCreateVpcPrefixListcreate
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/*
NoneNone
vpc:UpdateVirtualBorderBandwidthUpdateVirtualBorderBandwidthupdate
VirtualBorderRouter
acs:vpc:*:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DescribeSslVpnServersDescribeSslVpnServerslist
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/*
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/{#SslVpnServerId}
NoneNone
vpc:DeleteVbrHaDeleteVbrHadelete
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:DescribeSslVpnClientCertsDescribeSslVpnClientCertslist
SslVpnClientCert
acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/*
SslVpnClientCert
acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/{#SslVpnClientCertId}
NoneNone
vpc:ModifyIpv6AddressAttributeModifyIpv6AddressAttributeupdate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:CreateSslVpnClientCertCreateSslVpnClientCertcreate
SslVpnClientCert
acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/*
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/{#SslVpnServerId}
NoneNone
vpc:UpdateVpcGatewayEndpointAttributeUpdateVpcGatewayEndpointAttributeupdate
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
NoneNone
vpc:UnassociateRouteTableUnassociateRouteTableupdate
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:GetDhcpOptionsSetGetDhcpOptionsSetget
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
NoneNone
vpc:GetVpcRouteEntrySummaryGetVpcRouteEntrySummarylist
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#routetableId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#vpcId}
NoneNone
vpc:AllocateEipSegmentAddressAllocateEipSegmentAddresscreate
SegmentAddress
acs:vpc:{#regionId}:{#accountId}:eip/*
NoneNone
vpc:CreateVpnRouteEntryCreateVpnRouteEntrycreate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:CreateVSwitchCidrReservationCreateVSwitchCidrReservationcreate
VSwitchCidrReservation
acs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/*
NoneNone
vpc:AddBgpNetworkAddBgpNetworkget
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DescribeVpnSslServerLogsDescribeVpnSslServerLogsget
SslVpnServer
acs:vpc:{#regionId}:{#accountId}:sslvpnserver/{#SslVpnServerId}
NoneNone
vpc:DeleteNetworkAclDeleteNetworkAcldelete
NetworkAcl
acs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
NoneNone
vpc:ChangeResourceGroupChangeResourceGroupupdate
PhysicalConnection
acs:vpc:*:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:*:{#AccountId}:virtualborderrouter/{#VbrId}
RouterInterface
acs:vpc:*:{#AccountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:AssociateEipAddressAssociateEipAddressupdate
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
Instance
acs:vpc:{#regionId}:{#accountId}:instance/{#InstanceId}
Association
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
NoneNone
vpc:CreateVSwitchCreateVSwitchcreate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/*
vpc:tag
None
vpc:CreateNatGatewayCreateNatGatewaycreate
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/*
NoneNone
vpc:DescribeCustomerGatewayDescribeCustomerGatewayget
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/{#CustomerGatewayId}
NoneNone
vpc:CreateIpv4GatewayCreateIpv4Gatewaycreate
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/*
NoneNone
vpc:AddPublicIpAddressPoolCidrBlockAddPublicIpAddressPoolCidrBlockcreate
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
NoneNone
vpc:ListTagResourcesListTagResourcesget
All Resources
*
vpc:tag
None
vpc:EnableNatGatewayEcsMetricEnableNatGatewayEcsMetricWrite
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:DescribeHighDefinitionMonitorLogAttributeDescribeHighDefinitionMonitorLogAttributeget
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NoneNone
vpc:AssociatePhysicalConnectionToVirtualBorderRouterAssociatePhysicalConnectionToVirtualBorderRouterupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:AssociateRouteTableWithGatewayAssociateRouteTableWithGatewaycreate
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#ipv4gatewayId}
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#routetableId}
NoneNone
vpc:ListTagResourcesForExpressConnectListTagResourcesForExpressConnectlist
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#AccountId}:virtualborderrouter/{#VbrId}
RouterInterface
acs:vpc:{#regionId}:{#AccountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:DescribeFlowLogsDescribeFlowLogsget
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/*
NoneNone
vpc:ModifyCustomerGatewayAttributeModifyCustomerGatewayAttributeupdate
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/{#CustomerGatewayId}
NoneNone
vpc:CreatePublicIpAddressPoolCreatePublicIpAddressPoolcreate
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/*
NoneNone
vpc:DescribeVirtualBorderRoutersDescribeVirtualBorderRouterslist
VirtualBorderRouter
acs:vpc:{#regionId}:{#AccountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:DeleteVpcGatewayEndpointDeleteVpcGatewayEndpointdelete
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
NoneNone
vpc:DescribeVpnAttachmentsDescribeVpnAttachmentslist
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:CreateDhcpOptionsSetCreateDhcpOptionsSetcreate
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/*
NoneNone
vpc:DeleteRouteTableDeleteRouteTabledelete
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:ModifyRouterInterfaceSpecModifyRouterInterfaceSpecupdate
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:DeletionProtectionDeletionProtectiondelete
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NoneNone
vpc:ModifyBgpPeerAttributeModifyBgpPeerAttributeupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:EnableVpcClassicLinkEnableVpcClassicLinkupdate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:ModifySslVpnClientCertModifySslVpnClientCertWrite
SslVpnClientCert
acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/{#SslVpnClientCertId}
NoneNone
vpc:UpdateTrafficMirrorFilterRuleAttributeUpdateTrafficMirrorFilterRuleAttributeupdate
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:DescribeCommonBandwidthPackagesDescribeCommonBandwidthPackagesget
CommonBandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/*
NoneNone
vpc:PublishVpnRouteEntryPublishVpnRouteEntryupdate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:ModifyVpcAttributeModifyVpcAttributeupdate
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
vpc:tag
None
vpc:ModifyVpnGatewayAttributeModifyVpnGatewayAttributeupdate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:DeleteVcoRouteEntryDeleteVcoRouteEntryWrite
VpnConnections
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:DeletePublicIpAddressPoolDeletePublicIpAddressPooldelete
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
NoneNone
vpc:UnTagResourcesUnTagResourcesupdate
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
vpc:tag
None
vpc:ListTrafficMirrorFiltersListTrafficMirrorFilterslist
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/*
NoneNone
vpc:UpdateTrafficMirrorFilterAttributeUpdateTrafficMirrorFilterAttributeupdate
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:DescribeVpcsDescribeVpcslist
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/*
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VPCId}
vpc:tag
None
vpc:ModifyEipAddressAttributeModifyEipAddressAttributeupdate
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NoneNone
vpc:OpenPhysicalConnectionServiceOpenPhysicalConnectionServicecreate
All Resources
*
NoneNone
vpc:UpdateDhcpOptionsSetAttributeUpdateDhcpOptionsSetAttributeupdate
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
NoneNone
vpc:DeleteSnatEntryDeleteSnatEntrydelete
SnatTable
acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId}
NoneNone
vpc:CreatePhysicalConnectionSetupOrderCreatePhysicalConnectionSetupOrdercreate
All Resources
*
NoneNone
vpc:ModifyNatGatewayAttributeModifyNatGatewayAttributeupdate
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:UpdateTrafficMirrorSessionAttributeUpdateTrafficMirrorSessionAttributeupdate
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/{#TrafficMirrorSessionId}
TrafficMirrorFilter
acs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
NoneNone
vpc:DeleteCommonBandwidthPackageDeleteCommonBandwidthPackagedelete
CommonBandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#CommonBandwidthPackageId}
vpc:tag
None
vpc:DescribeVpnConnectionsDescribeVpnConnectionslist
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/*
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:ModifyBgpGroupAttributeModifyBgpGroupAttributeupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DeleteIpv6GatewayDeleteIpv6Gatewaydelete
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:DeleteVirtualBorderRouterDeleteVirtualBorderRouterdelete
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DescribeBgpGroupsDescribeBgpGroupsget
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:CreateRouterInterfaceCreateRouterInterfacecreate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/*
vpc:TargetAccountRDId
None
vpc:DescribeVpnPbrRouteEntriesDescribeVpnPbrRouteEntriesget
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:AllocateIpv6AddressAllocateIpv6Addresscreate
Ipv6Address
acs:vpc:{#regionId}:{#accountId}:ipv6address/*
NoneNone
vpc:CreateIpv6GatewayCreateIpv6Gatewaycreate
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/*
NoneNone
vpc:EnableVpcIpv4GatewayEnableVpcIpv4Gatewayupdate
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#ipv4gatewayId}
NoneNone
vpc:DescribeGrantRulesToCenDescribeGrantRulesToCenget
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#InstanceId}
GrantRuleToCen
acs:vpc:{#regionId}:{#accountId}:vpc/{#InstanceId}
NoneNone
vpc:GrantInstanceToCenGrantInstanceToCenupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:ListPublicIpAddressPoolCidrBlocksListPublicIpAddressPoolCidrBlocksget
PublicIpAddressPool
acs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
NoneNone
vpc:CreateDefaultVpcCreateDefaultVpcWrite
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/*
NoneNone
vpc:GetPublicIpAddressPoolServiceStatusGetPublicIpAddressPoolServiceStatusget
All Resources
*
NoneNone
vpc:CreateVpnAttachmentCreateVpnAttachmentcreate
All Resources
*
NoneNone
vpc:UpdateGatewayRouteTableEntryAttributeUpdateGatewayRouteTableEntryAttributeupdate
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:CreateExpressConnectTrafficQosCreateExpressConnectTrafficQoscreate
TrafficQos
acs:vpc:{#regionId}:{#accountId}:TrafficQos/*
NoneNone
vpc:DescribeHaVipsDescribeHaVipsget
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/*
NoneNone
vpc:ListIpv4GatewaysListIpv4Gatewayslist
Ipv4Gateway
acs:vpc:{#regionId}:{#accountId}:ipv4gateway/*
NoneNone
vpc:CreateRouteTableCreateRouteTablecreate
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/*
NoneNone
vpc:DeleteFailoverTestJobDeleteFailoverTestJobdelete
All Resources
*
NoneNone
vpc:DescribeBgpNetworksDescribeBgpNetworksget
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:SecondApplyPhysicalConnectionLOASecondApplyPhysicalConnectionLOAnone
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:DescribeVSwitchAttributesDescribeVSwitchAttributesget
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:ModifyExpressConnectTrafficQosModifyExpressConnectTrafficQosupdate
All Resources
*
NoneNone
vpc:ModifyRouteEntryModifyRouteEntryupdate
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:CheckVpnBgpEnabledCheckVpnBgpEnablednone
All Resources
*
NoneNone
vpc:DiagnoseVpnConnectionsDiagnoseVpnConnectionsget
All Resources
*
NoneNone
vpc:UnassociateHaVipUnassociateHaVipdelete
Instance
acs:vpc:{#regionId}:{#accountId}:instance/{#InstanceId}
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
NoneNone
vpc:ModifyVirtualBorderRouterAttributeModifyVirtualBorderRouterAttributeupdate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:ListIpsecServersListIpsecServerslist
All Resources
*
NoneNone
vpc:AssociateEipAddressBatchAssociateEipAddressBatchupdate
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
Instance
acs:vpc:{#regionId}:{#accountId}:instance/{#InstanceId}
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NoneNone
vpc:ModifyVpnRouteEntryWeightModifyVpnRouteEntryWeightWrite
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:DescribeIpv6GatewaysDescribeIpv6Gatewaysget
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/*
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:DownloadVpnConnectionConfigDownloadVpnConnectionConfigget
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:DescribeSslVpnClientsDescribeSslVpnClientslist
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:ListTrafficMirrorSessionsListTrafficMirrorSessionslist
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/*
NoneNone
vpc:CreateIpv6EgressOnlyRuleCreateIpv6EgressOnlyRulecreate
Ipv6EgressRule
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:ModifyVRouterAttributeModifyVRouterAttributeupdate
VRouter
acs:vpc:{#regionId}:{#accountId}:vrouter/{#VRouterId}
NoneNone
vpc:ModifyForwardEntryModifyForwardEntryupdate
ForwardTable
acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}
NoneNone
vpc:OpenTrafficMirrorServiceOpenTrafficMirrorServicecreate
All Resources
*
NoneNone
vpc:DescribeRouterInterfacesDescribeRouterInterfaceslist
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
NoneNone
vpc:UnassociateVpcCidrBlockUnassociateVpcCidrBlockdelete
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:CreateFlowLogCreateFlowLogcreate
VSwitch
acs:vpc:{#regionid}:{#accountId}:vswitch/{#VSwitchId}
FlowLog
acs:vpc:{#regionId}:{#accountId}:flowlog/*
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:GetVSwitchCidrReservationUsageGetVSwitchCidrReservationUsageget
VSwitchCidrReservation
acs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/{#VSwitchCidrReservationId}
NoneNone
vpc:RemoveCommonBandwidthPackageIpRemoveCommonBandwidthPackageIpdelete
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:CreateVpnGatewayCreateVpnGatewaycreate
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/*
NoneNone
vpc:DeleteVpnRouteEntryDeleteVpnRouteEntryWrite
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:DescribeVpnConnectionLogsDescribeVpnConnectionLogslist
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NoneNone
vpc:ModifyVpcPrefixListModifyVpcPrefixListupdate
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
NoneNone
vpc:AddSourcesToTrafficMirrorSessionAddSourcesToTrafficMirrorSessionupdate
TrafficMirrorSession
acs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/{#TrafficMirrorSessionId}
NoneNone
vpc:DetachDhcpOptionsSetFromVpcDetachDhcpOptionsSetFromVpcupdate
DhcpOptionsSet
acs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
NoneNone
vpc:CreateVpnConnectionCreateVpnConnectioncreate
CustomerGateway
acs:vpc:{#regionId}:{#accountId}:customergateway/{#CustomerGatewayId}
VpnConnection
acs:vpc:{#regionId}:{#accountId}:vpnconnection/*
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:DeleteVpnPbrRouteEntryDeleteVpnPbrRouteEntryWrite
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:DescribeIpv6EgressOnlyRulesDescribeIpv6EgressOnlyRulesget
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:ListBusinessAccessPointsListBusinessAccessPointslist
All Resources
*
NoneNone
vpc:AllocateEipAddressAllocateEipAddresscreate
Address
acs:vpc:{#regionId}:{#accountId}:eip/*
NoneNone
vpc:CreateVbrHaCreateVbrHacreate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
NoneNone
vpc:DescribeVpnRouteEntriesDescribeVpnRouteEntriesget
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
NoneNone
vpc:CreateHaVipCreateHaVipcreate
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/*
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
NoneNone
vpc:EnablePhysicalConnectionEnablePhysicalConnectionupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone
vpc:CreateVirtualBorderRouterCreateVirtualBorderRoutercreate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#AccountId}:virtualborderrouter/*
NoneNone
vpc:ModifyIpv6InternetBandwidthModifyIpv6InternetBandwidthupdate
Ipv6InternetBandwidth
acs:vpc:{#regionId}:{#accountId}:ipv6bandwidth/{#Ipv6InternetBandwidthId}
NoneNone
vpc:UnassociatePhysicalConnectionFromVirtualBorderRouterUnassociatePhysicalConnectionFromVirtualBorderRouterupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:AssociateRouteTablesWithVpcGatewayEndpointAssociateRouteTablesWithVpcGatewayEndpointcreate
GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
NoneNone
vpc:ListFullNatEntriesListFullNatEntriesget
FullNat
acs:vpc:{#regionId}:{#accountId}:vpcfullnattable/{#FullNatTableId}
NoneNone
vpc:DescribeTagsDescribeTagsget
All Resources
*
vpc:tag
None
vpc:CreateExpressConnectTrafficQosRuleCreateExpressConnectTrafficQosRulecreate
All Resources
*
NoneNone
vpc:ReleaseEipSegmentAddressReleaseEipSegmentAddressdelete
SegmentAddress
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NoneNone
vpc:DescribeVSwitchesDescribeVSwitcheslist
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/*
vpc:VPC
None
vpc:ListPrefixListsListPrefixListslist
PrefixList
acs:vpc:{#regionId}:{#accountId}:prefixlist/*
NoneNone
vpc:CreateBgpPeerCreateBgpPeercreate
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
NoneNone
vpc:DeleteIpv6EgressOnlyRuleDeleteIpv6EgressOnlyRuledelete
Ipv6Gateway
acs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
NoneNone
vpc:GetFlowLogServiceStatusGetFlowLogServiceStatusget
FlowLogService
acs:vpc:{#regionId}:{#accountId}:flowlog/*
NoneNone
vpc:TagResourcesTagResourcesupdate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
VPC
acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
VpnGateway
acs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
vpc:tag
None
vpc:UnassociateEipAddressUnassociateEipAddressdelete
Instance
acs:ecs:{#regionId}:{#accountId}:instance/{#InstanceId}
Address
acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
HaVip
acs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
NoneNone
vpc:ModifyRouterInterfaceAttributeModifyRouterInterfaceAttributeupdate
RouterInterface
acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
vpc:TargetAccountRDId
None
vpc:DescribeVRoutersDescribeVRouterslist
VRouter
acs:vpc:{#regionId}:{#accountId}:vrouter/*
vpc:VPC
None
vpc:ModifyCommonBandwidthPackageSpecModifyCommonBandwidthPackageSpecupdate
BandwidthPackage
acs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
NoneNone
vpc:DeleteNatGatewayDeleteNatGatewaydelete
NatGateway
acs:vpc:{#regionId}:{#accountId}:natgateway/{#natgatewayid}
NoneNone
vpc:StartFailoverTestJobStartFailoverTestJobupdate
All Resources
*
NoneNone
vpc:CreateRouteEntryCreateRouteEntrycreate
RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
NoneNone
vpc:TerminatePhysicalConnectionTerminatePhysicalConnectionupdate
PhysicalConnection
acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
NoneNone

Resource

VPC defines the values that you can use in the Resource. You can attach the policy to a RAM user or a RAM role so that the RAM user or the RAM role can perform a specific operation on a specific resource. The ARN is the unique identifier of the resource on Alibaba Cloud. Take note of the following items:
  • {#}indicates a variable. {#} must be replaced with an actual value. For example, {#ramcode} must be replaced with the actual code of an Alibaba Cloud service in RAM.
  • An asterisk (*) is used as a wildcard. Examples:
    • {#resourceType} is set to *, all resources are specified.
    • {#regionId} is set to *, all regions are specified.
    • {#accountId} is set to *, all Alibaba Cloud accounts are specified.
Resource typeARN
RouterInterfaceacs:vpc:*:{#accountId}:routerinterface/*
TrafficMirrorSessionacs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/{#TrafficMirrorSessionId}
VSwitchacs:vpc:{#regionid}:{#accountId}:vswitch/*
RouteTableacs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
VpnGatewayacs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnGatewayId}
IpsecServeracs:vpc:{#Region}:{#AccountId}: vpnipsecserver/{#IpsecServerId}
VpnGatewayacs:vpc:{#Region}:{#AccountId}:vpngateway/{#VpnInstanceId}
GatewayEndpointacs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}
VSwitchacs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId}
Ipv6Translatoracs:vpc:{#regionId}:{#accountId}:ipv6trans/*
PhysicalConnectionacs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
HaVipacs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
TrafficQosacs:vpc:{#regionId}:{#accountId}:TrafficQos/*
GatewayEndpointacs:vpc:{#regionId}:{#accountId}:gatewayendpoint/*
Instanceacs:ecs:{#regionId}:{#accountId}:instance/{#Instanceid}
GlobalAccelerationInstanceacs:vpc:{#regionId}:{#accountId}:globalaccelerationinstance/*
RouterInterfaceacs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId}
Ipv6Translatoracs:vpc:{#regionId}:{#accountId}:ipv6trans/{#Ipv6TranslatorId}
PhysicalConnectionacs:vpc:{#regionid}:{#accountid}:physicalconnection/{#PhysicalConnectionId}
SslVpnClientCertacs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/{#SslVpnClientCertId}
DhcpOptionsSetacs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/{#DhcpOptionsSetId}
VPCacs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId}
Addressacs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
VPCacs:vpc:{#regionId}:{#accountId}:vpc/*
VirtualBorderRouteracs:expressconnect:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
SnatEntryacs:vpc:{#regionId}:{#accountId}:snattable/*
CommonBandwidthPackageacs:vpc:{#regionId}:{#accountId}:combandwidthpackage/*
VSwitchCidrReservationacs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/*
FlowLogacs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
VirtualBorderRouteracs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId}
VpnConnectionacs:vpc:{#regionId}:{#accountId}:*
GlobalAccelerationInstanceacs:vpc:{#regionId}:{#accountId}:globalaccelerationinstance/{#GlobalAccelerationInstanceId}
PrefixListacs:vpc:{#regionId}:{#accountId}:prefixlist/{#PrefixListId}
TrafficMirrorFilteracs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/{#TrafficMirrorFilterId}
PublicIpAddressPoolServiceacs:vpc:{#regionId}:{#accountId}:publicipaddresspoolservice/*
VirtualBorderRouteracs:vpc:{#regionId}:{#AccountId}:virtualborderrouter/{#VbrId}
VPCacs:vpc:{#regionId}:{#AccountId}:vpc/{#VpcId}
NatGatewayacs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
VirtualBorderRouteracs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
BandwidthPackageacs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#BandwidthPackageId}
CustomerGatewayacs:vpc:{#regionId}:{#accountId}:customergateway/{#CustomerGatewayId}
NetworkAclacs:vpc:{#regionId}:{#accountId}:networkacl/*
VirtualBorderRouteracs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#virtualborderrouterId}
Ipv6Addressacs:vpc:{#regionId}:{#accountId}:ipv6address/{#Ipv6AddressId}
PublicIpAddressPoolacs:vpc:{#regionId}:{#accountId}:publicipaddresspool/{#PublicIpAddressPoolId}
NatGatewayacs:vpc:{#regionId}:{#accountId}:natgateway/*
Ipv4Gatewayacs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#ipv4gatewayId}
RouteTableacs:vpc:{#regionId}:{#accountId}:routetable/{#routetableId}
SnatTableacs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId}
VpnConnectionsacs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
NetworkAclacs:vpc:{#regionId}:{#accountId}:networkacl/{#NetworkAclId}
PhysicalConnectionacs:vpc:{#regionId}:{#accountId}:physicalconnection/*
PhysicalConnectionacs:vpc:{#regionId}:{#accountId}:physicalconnection/{#physicalconnectionId}
PhysicalConnectionacs:vpc:{#regionId}:{#AccountId}:physicalconnection/{#PhysicalConnectionId}
RouterInterfaceacs:vpc:{#regionId}:{#AccountId}:routerinterface/{#RouterInterfaceId}
NatGatewayacs:vpc:{#regionId}:{#accountId}:natgateway/{#natgatewayid}
TrafficMirrorServiceacs:vpc:{#regionId}:{#accountId}:trafficmirror/*
BandwidthPackageacs:vpc:{#regionId}:{#accountId}:bandwidthpackage/{#BandwidthPackageId}
Eipacs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
Ipv4Gatewayacs:vpc:{#regionId}:{#accountId}:ipv4gateway/{#Ipv4GatewayId}
Ipv6Gatewayacs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
VSwitchacs:vpc:{#regionId}:{#accountId}:vswitch/{#vswitchId}
Ipv6InternetBandwidthacs:vpc:{#regionId}:{#accountId}:vpc/*
SslVpnServeracs:vpc:{#regionId}:{#accountId}:sslvpnserver/{#SslVpnServerId}
VpnGatewayacs:vpc:{#regionId}:{#accountId}:vpngateway/{#VpnInstanceId}
SegmentAddressacs:vpc:{#regionId}:{#accountId}:eip/*
IpsecServeracs:vpc:{#regionId}:{#accountId}:ipsecserver/*
ForwardTableacs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId}
VpnConnectionacs:vpc:{#regionId}:{#accountId}:vpnconnection/{#VpnConnectionId}
IpsecServeracs:vpc:{#regionId}:{#accountId}:vpnipsecserver/{#IpsecServerId}
DhcpOptionsSetacs:vpc:{#regionId}:{#accountId}:dhcpoptionsset/*
TrafficMirrorSessionacs:vpc:{#regionId}:{#accountId}:trafficmirrorsession/*
Ipv6InternetBandwidthacs:vpc:{#regionId}:{#accountId}:ipv6bandwidth/{#Ipv6InternetBandwidthId}
Addressacs:vpc:{#regionId}:{#accountId}:eip/*
TrafficMirrorFilteracs:vpc:{#regionId}:{#accountId}:trafficmirrorfilter/*
VPCacs:vpc:{#regionId}:{#accountId}:vpc/{#InstanceId}
CustomerGatewayacs:vpc:{#regionId}:{#accountId}:customergateway/*
Instanceacs:vpc:{#regionId}:{#accountId}:instance/{#InstanceId}
SslVpnServeracs:vpc:{#regionId}:{#accountId}:sslvpnserver/*
Ipv6InternetBandwidthacs:vpc:{#regionId}:{#accountId}:ipv6bandwidth/*
BandwidthPackageacs:vpc:{#regionId}:{#accountId}:bandwidthpackage/*
VSwitchCidrReservationacs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/{#VSwitchCidrReservationId}
CustomerGatewayacs:vpc:{#Region}:{#AccountId}:customergateway/{#CustomerGatewayId}
VpnAttachmentacs:vpc:{#Region}:{#AccountId}:vpnattachment/{#VpnConnectionId}
VpnConnectionacs:vpc:{#Region}:{#AccountId}:vpnconnection/{#VpnConnectionId}
SslVpnServeracs:vpc:{#Region}:{#AccountId}:sslvpnserver/{#SslVpnServerId}
RouteEntryacs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
FlowLogServiceacs:vpc:{#regionId}:{#accountId}:flowlog/*
VpnGatewayacs:vpc:{#regionId}:{#accountId}:vpngateway/*
PublicIpAddressPoolacs:vpc:{#regionId}:{#accountId}:publicipaddresspool/*
BandwidthPackageacs:vpc:{#regionId}:{#accountId}:combandwidthpackage/*
NatIpCidracs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
NatIpacs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId}
GatewayInfoacs:vpc:{#regionId}:{#accountId}:eip/*
IPv6Translatoracs:vpc:{#regionId}:{#accountId}:ipv6trans/*
IPv6Translatoracs:vpc:{#regionId}:{#accountId}:ipv6trans/{#IPv6TranslatorId}
RouteTableacs:vpc:{#regionId}:{#accountId}:routetable/*
PrefixListacs:vpc:{#regionId}:{#accountId}:prefixlist/*
VirtualBorderRouteracs:vpc:*:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}
SslVpnClientCertacs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/*
VPCacs:vpc:{#regionId}:{#accountId}:vpc/{#vpcId}
PhysicalConnectionacs:vpc:*:{#accountId}:physicalconnection/{#PhysicalConnectionId}
VirtualBorderRouteracs:vpc:*:{#AccountId}:virtualborderrouter/{#VbrId}
RouterInterfaceacs:vpc:*:{#AccountId}:routerinterface/{#RouterInterfaceId}
Associationacs:vpc:{#regionId}:{#accountId}:havip/{#HaVipId}
VSwitchacs:vpc:{#regionId}:{#accountId}:vswitch/*
Ipv4Gatewayacs:vpc:{#regionId}:{#accountId}:ipv4gateway/*
RouteTableacs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTable}
FlowLogacs:vpc:{#regionId}:{#accountId}:flowlog/*
Instanceacs:ecs:{#regionId}:{#accountId}:instance/*
VPCacs:vpc:{#regionId}:{#accountId}:vpc/{#VPCId}
VirtualBorderRouteracs:vpc:{#regionId}:{#accountId}:virtualborderrouter/*
CommonBandwidthPackageacs:vpc:{#regionId}:{#accountId}:combandwidthpackage/{#CommonBandwidthPackageId}
VpnConnectionacs:vpc:{#regionId}:{#accountId}:vpnconnection/*
RouterInterfaceacs:vpc:{#regionId}:{#accountId}:routerinterface/*
Ipv6Addressacs:vpc:{#regionId}:{#accountId}:ipv6address/*
Ipv6Gatewayacs:vpc:{#regionId}:{#accountId}:ipv6gateway/*
VirtualBorderRouteracs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#InstanceId}
GrantRuleToCenacs:vpc:{#regionId}:{#accountId}:vpc/{#InstanceId}
HaVipacs:vpc:{#regionId}:{#accountId}:havip/*
VpnGatewayacs:vpc:{#regionId}:{#accountId}:
Instanceacs:ecs:{#regionId}:{#accountId}:instance/{#BackendServerId}
Ipv6EgressRuleacs:vpc:{#regionId}:{#accountId}:ipv6gateway/{#Ipv6GatewayId}
VRouteracs:vpc:{#regionId}:{#accountId}:vrouter/{#VRouterId}
Eipacs:vpc:{#regionId}:{#accountId}:eip/{#EipId}
physicalconnectionacs:vpc:{#regionId}:{#accountId}:physicalconnection/*
VSwitchacs:vpc:{#regionid}:{#accountId}:vswitch/{#VSwitchId}
GlobalAccelerationInstanceacs:vpc:{#regionId}:{#accountId}:GlobalAccelerationInstance/*
VirtualBorderRouteracs:vpc:{#regionId}:{#AccountId}:virtualborderrouter/*
FullNatacs:vpc:{#regionId}:{#accountId}:vpcfullnattable/{#FullNatTableId}
SegmentAddressacs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
Instanceacs:ecs:{#regionId}:{#accountId}:instance/{#InstanceId}
VRouteracs:vpc:{#regionId}:{#accountId}:vrouter/*

Condition

VPC defines the values that you can use in the Condition element of a policy statement. The following table describes the values. The following table describes the service-specific condition keys. The common condition keys that are defined by Alibaba Cloud also apply to VPC. For more information about the common condition keys, see Generic Condition Keyword.
The data type determines the conditional operators that you can use to compare the value in a request with the value in a policy statement. You must use conditional operators that are supported by the data type. Otherwise, you cannot compare the value in the request with the value in the policy statement. In this case, the authorization is invalid. For more information about the conditional operators that are supported by each data type, see Policy elements.
Condition keyDescriptionData type
vpc:PhysicalConnectionPhysical Line InformationString
vpc:VBRBorder Router InformationString
vpc:VPCVPC InformationString
vpc:VRouterRouter InformationString
vpc:tagTags of the VPCString
vpc:TargetAccountRDIdpeer user resource directory ID informationString

What to do next

You can create a custom policy and attach the policy to a RAM user, RAM user group, or RAM role. For more information, see the following topics: