EntityArgs

constructor(components: Output<Map<String, EntityComponentArgs>>? = null, compositeComponents: Output<Map<String, EntityCompositeComponentArgs>>? = null, description: Output<String>? = null, entityId: Output<String>? = null, entityName: Output<String>? = null, parentEntityId: Output<String>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)