PolicyArgs

data class PolicyArgs(val definition: Output<Either<PolicyDefinition0PropertiesArgs, PolicyDefinition1PropertiesArgs>>? = null, val policyStoreId: Output<String>? = null) : ConvertibleToJava<PolicyArgs>

Definition of AWS::VerifiedPermissions::Policy Resource Type

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(definition: Output<Either<PolicyDefinition0PropertiesArgs, PolicyDefinition1PropertiesArgs>>? = null, policyStoreId: Output<String>? = null)

Properties

Link copied to clipboard

Specifies the policy type and content to use for the new or updated policy. The definition structure must include either a Static or a TemplateLinked element.

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

Specifies the PolicyStoreId of the policy store you want to store the policy in.

Functions

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