SchemaArgs

data class SchemaArgs(val definition: Output<SchemaDefinitionArgs>? = null, val policyStoreId: Output<String>? = null) : ConvertibleToJava<SchemaArgs>

Example Usage

Basic Usage

resources:
example:
type: aws:verifiedpermissions:Schema
properties:
policyStoreId: ${exampleAwsVerifiedpermissionsPolicyStore.policyStoreId}
definition:
- value:
fn::toJSON:
Namespace:
entityTypes: {}
actions: {}

Import

Using pulumi import, import Verified Permissions Policy Store Schema using the policy_store_id. For example: console % pulumi import aws_verifiedpermissions_schema.example DxQg2j8xvXJQ1tQCYNWj9T

Constructors

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

Properties

Link copied to clipboard
val definition: Output<SchemaDefinitionArgs>? = null

The definition of the schema.

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

The ID of the Policy Store.

Functions

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