PolicyTemplateArgs

data class PolicyTemplateArgs(val description: Output<String>? = null, val policyStoreId: Output<String>? = null, val statement: Output<String>? = null) : ConvertibleToJava<PolicyTemplateArgs>

Definition of AWS::VerifiedPermissions::PolicyTemplate Resource Type

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, policyStoreId: Output<String>? = null, statement: Output<String>? = null)

Properties

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

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

Link copied to clipboard
val policyStoreId: Output<String>? = null

The unique identifier of the policy store that contains the template.

Link copied to clipboard
val statement: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PolicyTemplateArgs