GetPolicyStoreResult

data class GetPolicyStoreResult(val arn: String? = null, val description: String? = null, val policyStoreId: String? = null, val schema: PolicyStoreSchemaDefinition? = null, val validationSettings: PolicyStoreValidationSettings? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, policyStoreId: String? = null, schema: PolicyStoreSchemaDefinition? = null, validationSettings: PolicyStoreValidationSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val policyStoreId: String? = null

The unique ID of the new or updated policy store.

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

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