UpdatePolicyRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the updated policy content that you want to replace on the specified policy. The content must be valid Cedar policy language text.

Link copied to clipboard
val name: String?

Specifies a name for the policy that is unique among all policies within the policy store. You can use the name in place of the policy ID in API operations that reference the policy. The name must be prefixed with name/.

Link copied to clipboard

Specifies the ID of the policy that you want to update. To find this value, you can use ListPolicies.

Link copied to clipboard

Specifies the ID of the policy store that contains the policy that you want to update.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String