Schema Args
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: {}
Content copied to clipboard
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)