Product | Role Name | Role Types | Role Entity |
---|---|---|---|
BatchCompute | BATCH_QCSLinkedRoleInAcrossService | Service-Related Roles | acrossservice.batch.cloud.tencent.com |
Use Cases: The current role is the BATCH service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"action": [
"cvm:RunInstances",
"cvm:ModifyInstancesAttribute",
"cvm:ResetInstance",
"cvm:DescribeInstancesStatus",
"cvm:DescribeInstances",
"cvm:TerminateInstances",
"cvm:DescribeImages",
"finance:trade",
"kms:BindCloudResource",
"cvm:*"
],
"resource": "*",
"effect": "allow"
}
]
}
Was this page helpful?