GetPolicyTemplateResult

data class GetPolicyTemplateResult(val description: String? = null, val policyTemplateId: String? = null, val statement: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, policyTemplateId: String? = null, statement: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description to attach to the new or updated policy template.

Link copied to clipboard

The unique identifier of the new or modified policy template.

Link copied to clipboard
val statement: String? = null

Specifies the content that you want to use for the new policy template, written in the Cedar policy language.