Policy Args
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
val definition: Output<Either<PolicyDefinition0PropertiesArgs, PolicyDefinition1PropertiesArgs>>? = null
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
Specifies the PolicyStoreId
of the policy store you want to store the policy in.