Published Blueprint Args
constructor(blueprintName: Output<String>? = null, changeNotes: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, parameters: Output<Map<String, ParameterDefinitionArgs>>? = null, resourceGroups: Output<Map<String, ResourceGroupDefinitionArgs>>? = null, resourceScope: Output<String>? = null, targetScope: Output<Either<String, BlueprintTargetScope>>? = null, versionId: Output<String>? = null)