Policy Args
data class PolicyArgs(val accessControlRules: Output<String>? = null, val description: Output<String>? = null, val kmsInstanceId: Output<String>? = null, val permissions: Output<List<String>>? = null, val policyName: Output<String>? = null, val resources: Output<List<String>>? = null) : ConvertibleToJava<PolicyArgs>
Provides a KMS Policy resource. Permission policies which can be bound to the Application Access Points. For information about KMS Policy and how to use it, see What is Policy.
NOTE: Available since v1.210.0.
Import
KMS Policy can be imported using the id, e.g.
$ pulumi import alicloud:kms/policy:Policy example <id>
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
Network Rules in JSON struct.
Link copied to clipboard
Description.
Link copied to clipboard
KMS instance .
Link copied to clipboard
Allowed permissions (RBAC)Optional values:"RbacPermission/Template/CryptoServiceKeyUser" and "RbacPermission/Template/CryptoServiceSecretUser".
Link copied to clipboard
Policy Name.