App Monitor Resource Policy Args
data class AppMonitorResourcePolicyArgs(val policyDocument: Output<String>, val policyRevisionId: Output<String>? = null) : ConvertibleToJava<AppMonitorResourcePolicyArgs>
A structure that defines resource policy attached to your app monitor.
Properties
Link copied to clipboard
The JSON to use as the resource policy. The document can be up to 4 KB in size.
Link copied to clipboard
A string value that you can use to conditionally update your policy. You can provide the revision ID of your existing policy to make mutating requests against that policy. When you assign a policy revision ID, then later requests about that policy will be rejected with an InvalidPolicyRevisionIdException error if they don't provide the correct current revision ID.