PolicyStore

class PolicyStore : KotlinCustomResource

Represents a policy store that you can place schema, policies, and policy templates in to validate authorization requests

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the new or updated policy store.

Link copied to clipboard
val description: Output<String>?

Descriptive text that you can provide to help with identification of the current policy store.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyStoreId: Output<String>

The unique ID of the new or updated policy store.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Creates or updates the policy schema in a policy store. Cedar can use the schema to validate any Cedar policies and policy templates submitted to the policy store. Any changes to the schema validate only policies and templates submitted after the schema change. Existing policies and templates are not re-evaluated against the changed schema. If you later update a policy, then it is evaluated against the new schema at that time.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Specifies the validation setting for this policy store. Currently, the only valid and required value is Mode .