CedarJson

data class CedarJson(val value: String) : SchemaDefinition

A JSON string representation of the schema supported by applications that use this policy store. For more information, see Policy store schema in the Amazon Verified Permissions User Guide.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this SchemaDefinition as a CedarJson and retrieves its kotlin.String value. Throws an exception if the SchemaDefinition is not a CedarJson.

Link copied to clipboard

Casts this SchemaDefinition as a CedarJson and retrieves its kotlin.String value. Returns null if the SchemaDefinition is not a CedarJson.